/* The vision is readable as three ordinary articles before motion initializes. */
.vision { padding-bottom: 0; }
.vision-stage { margin-inline: clamp(12px, 2vw, 32px); position: relative; color: var(--ink); }
.vision-nav { display: none; }
.vision-chapter { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4%; padding: clamp(24px, 4vw, 64px); overflow: hidden; border-radius: 28px; min-height: 530px; }
.vision-think { background: #e6eff0; }
.vision-act { background: #dce7e2; }
.vision-lead { background: #192a52; color: #f7f9f4; }
.vision-copy { position: relative; z-index: 2; min-width: 0; }
.vision-kicker { font-size: 10px; letter-spacing: .14em; margin-bottom: clamp(14px, 2.4vh, 30px); }
.vision-copy h3 { font: 450 clamp(44px, 6.2vw, 100px)/.95 var(--serif); letter-spacing: -.055em; }
.vision-copy h3 em { color: #31568a; font-style: normal; }
.vision-lead h3 em { color: #a9dbea; }
.vision-description { max-width: 410px; font-size: clamp(14px, 1.15vw, 17px); line-height: 1.7; margin-top: clamp(18px, 3vh, 34px); }
.vision-experiment { display: inline-flex; align-items: center; gap: 28px; margin-top: clamp(18px, 3vh, 30px); border-radius: 40px; background: transparent; color: inherit; border: 1px solid currentColor; min-height: 48px; padding: 10px 14px 10px 22px; font-size: 13px; }
.vision-experiment b { display: grid; place-items: center; font-size: 22px; font-weight: 400; width: 28px; height: 28px; border-radius: 50%; transition: transform .4s; }
.vision-experiment:hover { background: #14234b0b; }
.vision-lead .vision-experiment:hover { background: #ffffff12; }
.vision-experiment[aria-pressed="true"] b { transform: rotate(45deg); }
.vision-art { position: relative; height: 100%; min-width: 0; min-height: 350px; display: grid; place-items: center; isolation: isolate; container-type: size; }
.vision-art-index { position: absolute; top: -3%; right: 0; font: 400 clamp(110px, 14vw, 230px)/1 var(--serif); letter-spacing: -.07em; opacity: .055; z-index: -1; }
.vision-art-caption { position: absolute; bottom: 0; text-align: center; font-size: 11px; line-height: 1.5; letter-spacing: .025em; max-width: 95%; }
.vision-lens-image { width: 85%; aspect-ratio: 1; max-height: 88%; border-radius: 50%; overflow: hidden; transform: rotate(-9deg); transition: border-radius .8s, transform .8s; }
.vision-lens-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04) rotate(9deg); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.vision-reticle { position: absolute; width: 64%; height: 56%; color: white; transform: rotate(3deg); pointer-events: none; transition: transform .8s; }
.vision-reticle i { position: absolute; width: 25px; height: 25px; border: solid currentColor; }
.vision-reticle i:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.vision-reticle i:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.vision-reticle i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.vision-reticle i:nth-child(4) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.vision-reticle span { position: absolute; left: 12px; bottom: 12px; font-size: 8px; letter-spacing: .1em; }
.vision-think.is-exploring .vision-lens-image { border-radius: 25%; transform: rotate(0); }
.vision-think.is-exploring img { transform: scale(1.65) rotate(0); }
.vision-think.is-exploring .vision-reticle { transform: rotate(0) scale(.85); }
.vision-orbits { position: relative; width: 92%; aspect-ratio: 1; max-height: 90%; }
.orbit { position: absolute; border: 1px solid #55786b60; border-radius: 50%; transition: transform 1s, border-color .7s, background .7s; }
.orbit-outer { inset: 3%; }
.orbit-middle { inset: 16%; }
.orbit-inner { inset: 29%; }
.orbit-core { position: absolute; inset: 39%; border-radius: 50%; background: #243f39; color: #fff; display: grid; place-content: center; text-align: center; font: 400 clamp(12px, 1.4vw, 22px)/1.1 var(--serif); }
.orbit-label { position: absolute; font-size: 9px; letter-spacing: .12em; padding: 6px; background: #dce7e2; }
.label-self { top: 29%; left: 41%; }
.label-others { top: 59%; right: 10%; }
.label-world { bottom: 5%; left: 20%; }
.orbit-dot { position: absolute; width: 12px; height: 12px; background: #6f998a; border-radius: 50%; transition: transform .9s, background .8s, box-shadow .8s; }
.dot-one { top: 42%; left: 29%; }
.dot-two { top: 18%; left: 62%; }
.dot-three { top: 65%; left: 91%; }
.vision-act.is-exploring .orbit-inner { background: #93bbaa35; border-color: #244f3c; transform: scale(1.1); }
.vision-act.is-exploring .orbit-middle { border-color: #244f3c; transition-delay: .12s; }
.vision-act.is-exploring .orbit-outer { background: #93bbaa18; border-color: #244f3c; transition-delay: .25s; }
.vision-act.is-exploring .orbit-dot { background: #244f3c; box-shadow: 0 0 0 12px #315e4214; transform: scale(1.5); }
.vision-arrow-puzzle { width: 78%; aspect-ratio: 1; position: relative; transform: rotate(-9deg); transition: transform 1s; }
.arrow-tile { position: absolute; width: 49%; height: 49%; background: #a9dbea; color: #192a52; display: grid; place-items: center; transition: transform 1s cubic-bezier(.2,.7,.2,1), border-radius 1s; }
.arrow-tile span { font-size: 9px; letter-spacing: .1em; }
.tile-one { top: 0; left: 0; border-radius: 45% 45% 0 45%; transform: translate(-10%, -5%) rotate(-12deg); background: #edf1d9; }
.tile-two { top: 0; right: 0; border-radius: 45% 45% 45% 0; transform: translate(14%, -12%) rotate(12deg); }
.tile-three { bottom: 0; left: 0; border-radius: 45% 0 45% 45%; transform: translate(-14%, 12%) rotate(8deg); background: #70b5cb; }
.tile-four { bottom: 0; right: 0; border-radius: 0 45% 45% 45%; transform: translate(10%, 5%) rotate(-8deg); background: #688bd5; }
.vision-lead.is-exploring .vision-arrow-puzzle { transform: rotate(0); }
.vision-lead.is-exploring .arrow-tile { transform: translate(0,0) rotate(0); border-radius: 5%; }
.vision-lead.is-exploring .tile-two { border-radius: 0 90% 0 0; }
.vision-footer { display: none; }
.vision-progress { display: none; }
.vision.is-animated .vision-stage { height: calc(100svh - var(--vision-header, 106px) - 12px); min-height: 0; display: flex; flex-direction: column; background: #e6eff0; border-radius: 28px; overflow: hidden; }
.vision.is-animated .vision-nav { display: grid; grid-template-columns: repeat(3, 1fr); flex-shrink: 0; padding-inline: clamp(18px, 3.5vw, 56px); background: #f0f3ed; }
.vision-nav button { position: relative; display: flex; align-items: center; gap: 12px; padding: 22px 4px; min-height: 48px; background: none; color: var(--ink); font-size: 12px; text-align: left; border-bottom: 1px solid #14234b30; }
.vision-nav button + button { padding-left: 22px; }
.vision-nav button span:first-child { font-size: 10px; opacity: .65; }
.vision-nav button span:last-child { margin-left: auto; padding-right: 12px; }
.vision-nav button::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #31568a; transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.vision-nav button[aria-current="true"]::after { transform: scaleX(1); }
.vision.is-animated .vision-scenes { position: relative; flex: 1; min-height: 0; }
.vision.is-animated .vision-chapter { position: absolute; inset: 0; border-radius: 0; min-height: 0; padding-block: clamp(16px, 3vh, 40px); }
.vision.is-animated .vision-art { min-height: 0; }
.vision.is-animated .vision-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px clamp(24px, 4vw, 64px); background: #f0f3ed; font-size: 9px; letter-spacing: .12em; flex-shrink: 0; }
.vision.is-animated .vision-progress { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #14234b15; }
.vision-progress span { display: block; height: 100%; background: #31568a; transform: scaleX(0); transform-origin: left; }
@media (max-width: 800px) {
  .vision-copy h3 { font-size: clamp(38px, 6.5vw, 60px); }
  .vision-nav button { font-size: 11px; gap: 8px; }
  .vision-nav button + button { padding-left: 10px; }
  .vision-nav button span:last-child { display: none; }
}
@media (max-width: 900px) and (min-height: 441px) and (max-aspect-ratio: 1/1) {
  .vision-chapter { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .vision.is-animated .vision-chapter { grid-template-rows: auto minmax(0, 1fr); padding: 18px 22px 12px; gap: 10px; }
  .vision-copy h3 { font-size: clamp(38px, 9.5vw, 57px); }
  .vision-copy h3 br { display: block; }
  .vision-kicker { font-size: 8px; margin-bottom: 10px; }
  .vision-description { font-size: clamp(13px, 1.9vw, 16px); line-height: 1.55; margin-top: 12px; }
  .vision-experiment { min-height: 44px; margin-top: 12px; padding: 7px 10px 7px 16px; font-size: 12px; gap: 18px; }
  .vision-nav button { font-size: 10px; line-height: 1.3; padding-block: 13px; gap: 5px; }
  .vision-nav button span:first-child { display: none; }
  .vision.is-animated .vision-footer { padding: 12px 20px; font-size: 7px; letter-spacing: .08em; }
  .vision-scroll-cue { display: none; }
  .vision-lens-image { height: calc(100% - 25px); width: auto; max-width: 90%; max-height: none; }
  .vision-orbits { height: calc(100% - 22px); width: auto; max-height: none; }
  .vision-arrow-puzzle { height: calc(85% - 22px); width: auto; }
  .vision-art-caption { font-size: 9px; }
  .vision-reticle { max-width: 190px; }
  .vision-art-index { font-size: 120px; top: 0; right: 3%; }
  .orbit-label, .arrow-tile span { font-size: clamp(7px, 1.2vw, 10px); }
  .orbit-core { font-size: clamp(10px, 1.9vw, 18px); }
}
@media (max-width: 600px) and (min-height: 441px) and (max-height: 650px) {
  .vision.is-animated .vision-kicker { display: none; }
  .vision.is-animated .vision-copy h3 { font-size: 32px; }
  .vision.is-animated .vision-description { font-size: 12px; line-height: 1.45; }
}
@media (max-height: 700px) and (min-height: 441px) {
  .vision.is-animated .vision-kicker { margin-bottom: 8px; }
  .vision.is-animated .vision-description { margin-top: 10px; line-height: 1.5; }
  .vision.is-animated .vision-experiment { margin-top: 10px; }
}
@media (max-height: 440px) {
  .vision.is-animated .vision-nav button { padding-block: 7px; min-height: 34px; font-size: 10px; }
  .vision.is-animated .vision-chapter { gap: 20px; padding: 12px 26px; grid-template-columns: 1.15fr 1fr; }
  .vision.is-animated .vision-kicker { display: none; }
  .vision.is-animated .vision-copy h3 { font-size: clamp(25px, 4.4vw, 40px); }
  .vision.is-animated .vision-copy h3 br { display: block; }
  .vision.is-animated .vision-description { font-size: 11px; line-height: 1.35; margin-top: 7px; }
  .vision.is-animated .vision-experiment { min-height: 32px; margin-top: 8px; font-size: 10px; padding: 4px 12px; gap: 12px; }
  .vision.is-animated .vision-experiment b { height: 20px; width: 20px; font-size: 18px; }
  .vision.is-animated .vision-footer { padding-block: 7px; font-size: 7px; }
  .vision-lens-image, .vision-orbits { height: calc(100% - 20px); width: auto; }
  .vision-arrow-puzzle { height: calc(85% - 20px); width: auto; }
  .vision-art-caption { font-size: 8px; }
  .orbit-label, .arrow-tile span { font-size: 6px; }
  .orbit-core { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .vision *, .vision *::after { transition: none !important; }
}
.vision-lens-image, .vision-orbits { width: min(90cqw, calc(100cqh - 36px)); height: auto; max-height: none; }
.vision-arrow-puzzle { width: min(76cqw, calc(83cqh - 36px)); height: auto; }
/* Invite exploration once; never block scrolling or require a click. */
.vision .vision-experiment { background: #293d8a; color: #fff; border-color: #293d8a; box-shadow: 0 4px 12px #14234b12; }
.vision .vision-experiment:hover { background: #1b2d70; }
.vision .vision-lead .vision-experiment { background: #a9dbea; color: #192a52; border-color: #a9dbea; }
.vision .vision-experiment b { background: #ffffff20; }
.vision-art-action { position: absolute; inset: 0 0 30px; z-index: 4; display: flex; justify-content: center; align-items: flex-end; padding: 0 0 22px; background: transparent; border-radius: 24px; color: #14234b; }
.vision-art-action > span { display: flex; align-items: center; gap: 16px; background: #fff; padding: 11px 17px; border-radius: 30px; box-shadow: 0 3px 20px #14234b18; font-size: 11px; line-height: 1.3; transition: opacity .4s; }
.vision-art-action b { font-size: 16px; font-weight: 400; }
.has-interacted .vision-art-action > span { opacity: 0; }
.has-interacted .vision-art-action:hover > span, .has-interacted .vision-art-action:focus-visible > span { opacity: 1; }
.invite-interaction .vision-experiment { animation: vision-invite 1.3s ease-out .5s 2; }
@keyframes vision-invite { 0%, 100% { box-shadow: 0 0 0 0 #57add000; } 45% { box-shadow: 0 0 0 9px #57add038; } }
@media (max-height: 650px) { .vision-art-action { padding-bottom: 3px; } .vision-art-action > span { padding: 7px 12px; font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { .invite-interaction .vision-experiment { animation: none; } }
