
.global-journey{
  position:relative;
  max-width:1500px;
  margin:auto;
  padding:150px 30px 170px;
}
.global-journey__intro{
  max-width:1120px;
  margin-bottom:62px;
}
.global-journey__prelude{
  margin:18px 0 38px;
  color:#6f839a;
  font-size:15px;
  letter-spacing:.04em;
}
.global-journey__intro h2{
  margin:0;
  font-size:clamp(62px,7.5vw,118px);
  line-height:.88;
  letter-spacing:-.07em;
}
.global-journey__lead{
  max-width:720px;
  margin:34px 0 0;
  color:var(--osof-muted);
  font-size:18px;
  line-height:1.8;
}
.global-journey__map-wrap{
  overflow:hidden;
  border:1px solid rgba(148,163,184,.2);
  border-radius:30px;
  background:#07111f;
}
.global-journey__map{
  display:block;
  width:100%;
  height:auto;
}
.global-map__ocean{fill:#07111f}
.global-map__graticule{
  fill:none;
  stroke:#8aa2bd;
  stroke-width:1;
  opacity:.085;
}
.global-map__land{
  fill:#16324a;
  fill-rule:evenodd;
  stroke:#254b69;
  stroke-width:1;
  opacity:.92;
}
.global-route{
  fill:none;
  stroke:#22d3ee;
  stroke-width:3;
  stroke-linecap:round;
  opacity:.13;
  path-length:1;
  stroke-dasharray:1;
  stroke-dashoffset:0;
  transition:opacity .55s ease,stroke-width .55s ease;
}
.global-route.is-reached{opacity:.46}
.global-route.is-active{
  opacity:1;
  stroke-width:4;
  filter:url(#globalSoftGlow);
  animation:routeDraw 1.25s ease both;
}
@keyframes routeDraw{
  from{stroke-dashoffset:1}
  to{stroke-dashoffset:0}
}
.global-node{
  cursor:pointer;
  opacity:.55;
  transition:opacity .35s ease;
}
.global-node:hover,.global-node.is-active,.global-node.is-reached{opacity:1}
.global-node__halo{
  fill:none;
  stroke:#22d3ee;
  stroke-width:1.5;
  opacity:.14;
}
.global-node.is-active .global-node__halo{
  opacity:.7;
  animation:nodePulse 2s ease-in-out infinite;
}
.global-node__dot{
  fill:#67e8f9;
  filter:url(#globalSoftGlow);
}
.global-node[data-global-place="gwangju"]{opacity:1}
.global-node[data-global-place="gwangju"] .global-node__dot{fill:#22d3ee}
.global-node text{
  fill:#e4edf6;
  font-size:17px;
  font-weight:800;
  letter-spacing:.06em;
}
.global-node text.sub{
  fill:#7d91a8;
  font-size:11px;
  font-weight:600;
}
@keyframes nodePulse{
  50%{r:31;opacity:.18}
}
.global-journey__nav{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin:26px 0 70px;
  border-top:1px solid rgba(148,163,184,.18);
  border-bottom:1px solid rgba(148,163,184,.18);
}
.global-journey__nav button{
  position:relative;
  min-height:112px;
  padding:20px 22px;
  border:0;
  border-right:1px solid rgba(148,163,184,.14);
  background:transparent;
  color:#66798e;
  text-align:left;
  cursor:pointer;
}
.global-journey__nav button:last-child{border-right:0}
.global-journey__nav button::before{
  content:"";
  position:absolute;
  left:0;top:18px;bottom:18px;
  width:2px;
  background:#22d3ee;
  transform:scaleY(0);
  transition:transform .25s ease;
}
.global-journey__nav button.active::before{transform:scaleY(1)}
.global-journey__nav button span{
  display:block;
  margin-bottom:13px;
  color:#496078;
  font-size:11px;
  letter-spacing:.12em;
}
.global-journey__nav button strong{
  display:block;
  color:#8295aa;
  font-size:20px;
  letter-spacing:-.025em;
}
.global-journey__nav button small{
  display:block;
  margin-top:8px;
  color:#50657b;
  font-size:11px;
}
.global-journey__nav button.active strong{color:#67e8f9}
.global-journey__nav button.active span{color:#22d3ee}
.global-journey__nav button.active small{color:#9fb0c1}
.global-journey__nav button:focus-visible{
  outline:2px solid #22d3ee;
  outline-offset:-2px;
}
.global-journey__story{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:54px;
  align-items:center;
}
.global-journey__story-copy{
  padding:20px 0;
}
.global-journey__year{
  display:block;
  color:#22d3ee;
  font-size:13px;
  font-weight:800;
  letter-spacing:.15em;
}
.global-journey__city{
  display:block;
  margin-top:8px;
  color:#71869d;
  font-size:12px;
  letter-spacing:.06em;
}
.global-journey__story h3{
  margin:22px 0 18px;
  font-size:clamp(42px,5vw,78px);
  line-height:.95;
  letter-spacing:-.06em;
}
.global-journey__story-copy strong{
  display:block;
  color:#d7e5f2;
  font-size:19px;
}
.global-journey__story-copy p{
  max-width:520px;
  margin:24px 0;
  color:#aebed0;
  font-size:17px;
  line-height:1.75;
}
.global-journey__event{
  color:#687d92;
  font-size:11px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.global-journey__photo{
  overflow:hidden;
  margin:0;
  border:1px solid rgba(148,163,184,.2);
  border-radius:26px;
  background:#0b1728;
}
.global-journey__photo img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:opacity .22s ease,transform .8s ease;
}
.global-journey__photo.is-changing img{
  opacity:.15;
  transform:scale(1.015);
}
.global-journey__photo figcaption{
  padding:13px 18px;
  border-top:1px solid rgba(148,163,184,.14);
  color:#687d92;
  font-size:11px;
  letter-spacing:.08em;
}
.global-journey__closing{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:100px;
  color:#60758b;
  font-size:14px;
  letter-spacing:.13em;
}
.global-journey__closing strong{color:#67e8f9}
@media(max-width:1050px){
  .global-journey__nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .global-journey__nav button:last-child{grid-column:1 / -1}
  .global-journey__story{grid-template-columns:1fr}
}
@media(max-width:700px){
  .global-journey{padding-left:20px;padding-right:20px}
  .global-journey__nav{grid-template-columns:1fr}
  .global-journey__nav button:last-child{grid-column:auto}
  .global-journey__closing{display:block;text-align:center;line-height:2}
  .global-node text{font-size:13px}
  .global-node text.sub{font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .global-route.is-active{animation:none}
  .global-node.is-active .global-node__halo{animation:none}
}


/* RC5 Polish */
.global-map__land{fill:#102840;stroke:#1d405d;opacity:.64}
.global-map__graticule{opacity:.045}
.global-journey__map-wrap{box-shadow:inset 0 0 90px rgba(3,8,15,.54)}
.global-route{
  stroke-width:2.2;
  filter:drop-shadow(0 0 3px rgba(34,211,238,.32));
}
.global-route.is-reached{opacity:.32;stroke-width:2.3}
.global-route.is-active{
  stroke-width:3.4;
  filter:drop-shadow(0 0 2px rgba(103,232,249,.9)) drop-shadow(0 0 8px rgba(34,211,238,.56));
  animation-duration:1.65s;
}
.global-node__dot{
  filter:drop-shadow(0 0 4px rgba(103,232,249,.95)) drop-shadow(0 0 12px rgba(34,211,238,.58));
}
.global-journey__nav button{transition:background .25s ease,color .25s ease}
.global-journey__nav button:hover{background:rgba(16,40,64,.18)}
.global-journey__story{transition:opacity .34s ease,transform .34s ease}
.global-journey__story.is-changing{opacity:.16;transform:translateY(9px)}
.global-journey__story h3{text-wrap:balance}
.global-journey__photo img{filter:saturate(.92) contrast(1.03)}
.global-journey__closing{
  opacity:.28;
  transition:opacity .8s ease,transform .8s ease;
}
.global-journey__closing.is-ready{
  opacity:1;
  transform:translateY(-4px);
}
.global-journey{overflow:hidden}
.global-journey__climax{
  position:absolute;
  z-index:15;
  inset:0;
  display:grid;
  place-content:center;
  justify-items:center;
  background:rgba(7,17,31,.92);
  backdrop-filter:blur(12px);
  opacity:0;
  visibility:hidden;
  transition:opacity 1.05s ease,visibility 1.05s step-end;
}
.global-journey__climax.is-visible{
  opacity:1;
  visibility:visible;
  transition:opacity 1.05s ease,visibility 0s;
}
.global-journey__climax p{
  margin:0;
  color:#758aa0;
  font-size:clamp(22px,2.5vw,38px);
}
.global-journey__climax strong{
  margin-top:11px;
  color:#67e8f9;
  font-size:clamp(42px,6vw,92px);
  line-height:.95;
  letter-spacing:-.06em;
}
.global-journey__climax button{
  margin-top:58px;
  padding:11px 18px;
  border:1px solid rgba(103,232,249,.34);
  border-radius:999px;
  background:transparent;
  color:#7d91a8;
  font:inherit;
  font-size:11px;
  letter-spacing:.08em;
  cursor:pointer;
}
.global-journey__climax button:hover{border-color:#67e8f9;color:#67e8f9}


/* RC6 Integrated Map + Event Story */
.global-journey{
  max-width:1600px;
  padding-top:118px;
}
.global-journey__intro{
  margin-bottom:44px;
}
.global-journey__experience{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(430px,.85fr);
  gap:18px;
  min-height:720px;
  padding:18px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:30px;
  background:rgba(5,14,26,.72);
  box-shadow:
    inset 0 0 80px rgba(3,8,15,.48),
    0 24px 90px rgba(0,0,0,.18);
}
.global-journey__map-column{
  position:relative;
  min-width:0;
}
.global-journey__map-wrap{
  height:100%;
  min-height:680px;
  border:0;
  border-radius:22px;
}
.global-journey__map{
  width:100%;
  height:100%;
  min-height:680px;
  object-fit:contain;
}
.global-journey__progress{
  position:absolute;
  z-index:6;
  top:16px;
  left:16px;
  width:145px;
  padding:13px 15px;
  border:1px solid rgba(148,163,184,.25);
  border-radius:13px;
  background:rgba(5,14,26,.82);
  backdrop-filter:blur(10px);
}
.global-journey__progress span{
  display:block;
  color:#788ca2;
  font-size:9px;
  letter-spacing:.12em;
}
.global-journey__progress strong{
  display:block;
  margin-top:6px;
  color:#e6f3ff;
  font-size:18px;
}
.global-journey__progress strong b{
  color:#22d3ee;
}
.global-journey__progress-line{
  height:3px;
  margin-top:10px;
  overflow:hidden;
  border-radius:999px;
  background:#173049;
}
.global-journey__progress-line i{
  display:block;
  width:20%;
  height:100%;
  border-radius:inherit;
  background:#22d3ee;
  box-shadow:0 0 8px rgba(34,211,238,.8);
  transition:width .55s ease;
}
.global-journey__detail-column{
  min-width:0;
  display:grid;
  grid-template-rows:auto 1fr;
  gap:16px;
}
.global-journey__nav{
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:0;
  border:1px solid rgba(148,163,184,.18);
  border-radius:15px;
  overflow:hidden;
  background:rgba(7,17,31,.58);
}
.global-journey__nav button{
  min-height:92px;
  padding:15px 12px;
}
.global-journey__nav button::before{
  left:auto;
  right:0;
  top:12px;
  bottom:12px;
}
.global-journey__nav button span{
  margin-bottom:8px;
  font-size:9px;
}
.global-journey__nav button strong{
  font-size:15px;
}
.global-journey__nav button small{
  margin-top:6px;
  font-size:9px;
  line-height:1.25;
}
.global-journey__story{
  grid-template-columns:minmax(0,.78fr) minmax(190px,1.02fr);
  gap:18px;
  align-items:stretch;
  min-height:0;
  padding:22px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:19px;
  background:rgba(7,17,31,.6);
}
.global-journey__story-copy{
  align-self:center;
  padding:4px 0;
}
.global-journey__story h3{
  margin:15px 0 12px;
  font-size:clamp(32px,3vw,54px);
}
.global-journey__story-copy strong{
  font-size:14px;
}
.global-journey__story-copy p{
  margin:17px 0;
  font-size:14px;
  line-height:1.65;
}
.global-journey__photo{
  align-self:center;
  border-radius:16px;
}
.global-journey__photo img{
  height:100%;
  min-height:300px;
  aspect-ratio:auto;
}
.global-journey__photo figcaption{
  padding:10px 12px;
  font-size:9px;
}
.global-journey__closing{
  margin-top:54px;
}
@media(max-width:1250px){
  .global-journey__experience{
    grid-template-columns:minmax(0,1.35fr) minmax(390px,.9fr);
  }
  .global-journey__story{
    grid-template-columns:1fr;
  }
  .global-journey__photo img{
    min-height:250px;
    aspect-ratio:16/10;
  }
}
@media(max-width:1000px){
  .global-journey__experience{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .global-journey__map-wrap,
  .global-journey__map{
    min-height:560px;
  }
  .global-journey__story{
    grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);
  }
}
@media(max-width:720px){
  .global-journey__experience{
    padding:10px;
  }
  .global-journey__map-wrap,
  .global-journey__map{
    min-height:420px;
  }
  .global-journey__progress{
    top:10px;
    left:10px;
    width:126px;
  }
  .global-journey__nav{
    grid-template-columns:1fr;
  }
  .global-journey__nav button{
    min-height:68px;
  }
  .global-journey__story{
    grid-template-columns:1fr;
    padding:17px;
  }
  .global-journey__photo img{
    min-height:220px;
  }
}


/* RC7 Final — Original-ratio photography and final transition */
.global-journey__detail-column{
  grid-template-rows:auto 1fr;
}
.global-journey__story{
  display:flex;
  flex-direction:column;
  gap:20px;
  min-height:0;
  padding:24px;
}
.global-journey__story-copy{
  display:grid;
  align-content:start;
  padding:0;
}
.global-journey__story-topline{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.global-journey__year{
  margin:0;
}
.global-journey__city{
  margin:0;
}
.global-journey__story h3{
  max-width:620px;
  margin:18px 0 12px;
  font-size:clamp(34px,3.3vw,58px);
}
.global-journey__story-copy p{
  max-width:680px;
  margin:17px 0;
}
.global-journey__photo{
  display:flex;
  flex-direction:column;
  width:100%;
  margin-top:auto;
  overflow:hidden;
  background:#081525;
}
.global-journey__photo-stage{
  display:grid;
  place-items:center;
  min-height:240px;
  padding:12px;
  background:
    radial-gradient(circle at 50% 45%,rgba(22,50,74,.36),transparent 56%),
    #07111f;
}
.global-journey__photo img{
  width:auto;
  max-width:100%;
  height:auto;
  max-height:390px;
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  transform:scale(1);
}
.global-journey__story.is-changing .global-journey__photo img{
  opacity:.12;
  transform:scale(1.025);
}
.global-journey__photo figcaption{
  flex:0 0 auto;
}
.global-journey__climax{
  gap:0;
}
.global-journey__climax-network{
  position:relative;
  display:grid;
  place-items:center;
  width:170px;
  height:170px;
  margin-bottom:34px;
  opacity:0;
  transform:scale(.82);
}
.global-journey__climax-network strong{
  position:relative;
  z-index:2;
  margin:0;
  color:#dce9f6;
  font-size:13px;
  letter-spacing:.18em;
}
.global-journey__climax-pulse{
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#67e8f9;
  box-shadow:
    0 0 22px rgba(103,232,249,.95),
    0 0 70px rgba(34,211,238,.5);
}
.global-journey__climax-pulse::before,
.global-journey__climax-pulse::after{
  content:"";
  position:absolute;
  inset:50%;
  width:22px;
  height:22px;
  margin:-11px;
  border:1px solid rgba(34,211,238,.55);
  border-radius:50%;
  animation:climaxPulse 2.6s ease-out infinite;
}
.global-journey__climax-pulse::after{
  animation-delay:1.3s;
}
.global-journey__climax.is-visible .global-journey__climax-network{
  animation:climaxNetworkIn .9s ease .3s forwards;
}
.global-journey__climax > p{
  opacity:0;
  transform:translateY(14px);
}
.global-journey__climax > strong{
  opacity:0;
  transform:translateY(18px);
}
.global-journey__climax.is-visible > p{
  animation:climaxTextIn .75s ease 1.35s forwards;
}
.global-journey__climax.is-visible > strong{
  animation:climaxTextIn .9s ease 1.7s forwards;
}
.global-journey__silence{
  height:58px;
}
.global-journey__next-story{
  display:grid;
  justify-items:center;
  gap:7px;
  margin-top:22px;
  color:#dce8f4;
  text-decoration:none;
  opacity:0;
  transform:translateY(22px);
}
.global-journey__next-story span{
  font-size:clamp(30px,4vw,58px);
  font-weight:700;
  letter-spacing:-.045em;
}
.global-journey__next-story small{
  color:#67e8f9;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.global-journey__climax.is-visible .global-journey__next-story{
  animation:climaxTextIn .9s ease 3.55s forwards;
}
.global-journey__climax button{
  margin-top:34px;
  opacity:0;
}
.global-journey__climax.is-visible button{
  animation:climaxTextIn .65s ease 4.2s forwards;
}
.next-story-preview{
  min-height:100vh;
  display:grid;
  place-content:center;
  justify-items:center;
  padding:120px 24px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 35%,rgba(34,211,238,.07),transparent 30%),
    #07111f;
}
.next-story-preview h2{
  margin:22px 0 0;
  font-size:clamp(52px,7vw,110px);
  line-height:.9;
  letter-spacing:-.07em;
}
.next-story-preview p{
  margin:30px 0 0;
  color:#72869c;
  font-size:clamp(18px,2vw,28px);
}
@keyframes climaxPulse{
  0%{opacity:.55;transform:scale(.6)}
  100%{opacity:0;transform:scale(6.8)}
}
@keyframes climaxNetworkIn{
  to{opacity:1;transform:none}
}
@keyframes climaxTextIn{
  to{opacity:1;transform:none}
}
@media(max-width:1250px){
  .global-journey__photo img{
    max-height:460px;
  }
}
@media(max-width:720px){
  .global-journey__story{
    padding:18px;
  }
  .global-journey__photo-stage{
    min-height:190px;
    padding:8px;
  }
  .global-journey__photo img{
    max-height:320px;
  }
}
@media(prefers-reduced-motion:reduce){
  .global-journey__climax-network,
  .global-journey__climax > p,
  .global-journey__climax > strong,
  .global-journey__next-story,
  .global-journey__climax button{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
  .global-journey__climax-pulse::before,
  .global-journey__climax-pulse::after{
    animation:none;
  }
}


/* RC8 — Journey navigation spans the full width above map and story */
.global-journey__experience{
  display:block;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.global-journey__journey-bar{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:0;
  margin-bottom:18px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.22);
  border-radius:22px;
  background:rgba(5,14,26,.72);
  box-shadow:0 18px 60px rgba(0,0,0,.14);
}
.global-journey__progress{
  position:relative;
  top:auto;
  left:auto;
  z-index:auto;
  width:auto;
  min-width:0;
  padding:22px 24px;
  border:0;
  border-right:1px solid rgba(148,163,184,.16);
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
}
.global-journey__progress span{
  font-size:10px;
}
.global-journey__progress strong{
  margin-top:8px;
  font-size:24px;
}
.global-journey__progress-line{
  margin-top:14px;
}
.global-journey__nav{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
}
.global-journey__nav button{
  min-height:118px;
  padding:20px 22px;
  border-right:1px solid rgba(148,163,184,.14);
}
.global-journey__nav button:last-child{
  border-right:0;
}
.global-journey__nav button::before{
  left:18px;
  right:18px;
  top:auto;
  bottom:0;
  width:auto;
  height:3px;
  transform:scaleX(0);
  transform-origin:center;
}
.global-journey__nav button.active::before{
  transform:scaleX(1);
}
.global-journey__nav button span{
  margin-bottom:12px;
  font-size:10px;
}
.global-journey__nav button strong{
  font-size:20px;
}
.global-journey__nav button small{
  margin-top:8px;
  font-size:11px;
}
.global-journey__content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(430px,.85fr);
  gap:18px;
  min-height:690px;
  padding:18px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:28px;
  background:rgba(5,14,26,.72);
  box-shadow:
    inset 0 0 80px rgba(3,8,15,.48),
    0 24px 90px rgba(0,0,0,.18);
}
.global-journey__map-column{
  min-width:0;
}
.global-journey__map-wrap,
.global-journey__map{
  min-height:650px;
  height:100%;
}
.global-journey__detail-column{
  display:block;
  min-width:0;
}
.global-journey__story{
  height:100%;
}
@media(max-width:1180px){
  .global-journey__journey-bar{
    grid-template-columns:200px minmax(0,1fr);
  }
  .global-journey__content-grid{
    grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr);
  }
  .global-journey__nav button{
    padding:18px 14px;
  }
  .global-journey__nav button strong{
    font-size:17px;
  }
}
@media(max-width:980px){
  .global-journey__journey-bar{
    grid-template-columns:1fr;
  }
  .global-journey__progress{
    border-right:0;
    border-bottom:1px solid rgba(148,163,184,.16);
  }
  .global-journey__content-grid{
    grid-template-columns:1fr;
  }
  .global-journey__map-wrap,
  .global-journey__map{
    min-height:540px;
  }
}
@media(max-width:720px){
  .global-journey__nav{
    grid-template-columns:1fr;
  }
  .global-journey__nav button{
    min-height:76px;
  }
  .global-journey__nav button::before{
    left:0;
    top:12px;
    bottom:12px;
    width:3px;
    height:auto;
    transform:scaleY(0);
  }
  .global-journey__nav button.active::before{
    transform:scaleY(1);
  }
  .global-journey__content-grid{
    padding:10px;
  }
}


/* RC15.12 — Global Journey typography system
   Main Title → English Lead → Korean Supporting Copy */
.global-journey__intro h2{
  color:#f5f7fb;
}
.global-journey__prelude{
  margin:clamp(28px,2.4vw,36px) 0 0;
  color:#67e8f9;
  font-size:clamp(18px,1.45vw,23px);
  line-height:1.55;
  letter-spacing:-.015em;
}
.global-journey__lead{
  max-width:760px;
  margin:clamp(18px,1.5vw,24px) 0 0;
  color:#e4edf6;
  font-size:clamp(16px,1.15vw,18px);
  line-height:1.8;
}


/* RC15.13 — Keep Global Journey aligned with the shared 3-level system */
.global-journey__intro h2{color:#f5f7fb !important}
.global-journey__prelude{color:#67e8f9 !important}
.global-journey__lead{color:#e4edf6 !important}


/* RC15.15 — Global Journey → Epilogue narrative transition */
.global-journey__climax{
  min-height:132svh;
  padding-bottom:clamp(120px,16vh,220px);
}
.global-journey__silence{
  height:clamp(72px,10vh,120px);
}
.global-journey__next-story{
  width:min(760px,88vw);
  display:grid;
  justify-items:center;
  gap:0;
  margin-top:0;
  text-align:center;
  pointer-events:none;
}
.global-journey__next-story span{
  color:#edf6ff;
  font-size:clamp(42px,5.4vw,76px);
  font-weight:700;
  line-height:1;
  letter-spacing:-.055em;
}
.global-journey__next-story strong{
  margin-top:clamp(28px,3vw,40px);
  color:#67e8f9;
  font-size:clamp(18px,1.55vw,23px);
  font-weight:400;
  line-height:1.55;
  letter-spacing:-.015em;
}
.global-journey__next-story p{
  margin:clamp(15px,1.4vw,20px) 0 0;
  color:#e4edf6;
  font-size:clamp(14px,1.08vw,17px);
  line-height:1.8;
}
.global-journey__next-story i{
  display:block;
  width:1px;
  height:72px;
  margin-top:clamp(36px,4vw,54px);
  background:linear-gradient(180deg,rgba(103,232,249,.7),rgba(103,232,249,0));
  transform-origin:top;
}
.global-journey__climax.is-visible .global-journey__next-story{
  animation:climaxTextIn 1s ease 3.45s forwards;
}
.global-journey__climax.is-visible .global-journey__next-story strong,
.global-journey__climax.is-visible .global-journey__next-story p,
.global-journey__climax.is-visible .global-journey__next-story i{
  animation:climaxTextIn .9s ease both;
}
.global-journey__climax.is-visible .global-journey__next-story strong{animation-delay:3.9s}
.global-journey__climax.is-visible .global-journey__next-story p{animation-delay:4.25s}
.global-journey__climax.is-visible .global-journey__next-story i{animation-delay:4.7s}


/* ============================================================
   RC15.37 — CLEAN FINAL TRANSITION
   Single authoritative layout. No cumulative legacy overrides.
   Target: user's supplied compact 16:9 composition.
   ============================================================ */

/* Remove old climax-only content from the visual transition. */
.global-journey__climax > .global-journey__climax-network,
.global-journey__climax > p,
.global-journey__climax > strong,
.global-journey__silence,
.global-journey__closing{
  display:none !important;
}

.global-journey__climax{
  position:relative !important;
  min-height:0 !important;
  height:52svh !important;
  padding:clamp(18px,2vh,28px) 0 0 !important;
  overflow:hidden !important;
  display:block !important;
  background:
    radial-gradient(circle at 50% 18%,rgba(23,62,95,.15),transparent 31%),
    #07111f !important;
}

.global-journey__next-story{
  position:relative !important;
  z-index:30 !important;
  width:min(760px,76vw) !important;
  margin:0 auto !important;
  display:grid !important;
  justify-items:center !important;
  text-align:center !important;
  opacity:1 !important;
  transform:none !important;
  pointer-events:none !important;
}
.global-journey__next-story span{
  color:#edf6ff !important;
  font-size:clamp(46px,4.4vw,68px) !important;
  font-weight:700 !important;
  line-height:.96 !important;
  letter-spacing:-.055em !important;
}
.global-journey__next-story strong{
  margin-top:8px !important;
  color:#22d3ee !important;
  font-size:clamp(14px,1.05vw,18px) !important;
  font-weight:400 !important;
  line-height:1.3 !important;
}
.global-journey__next-story p{
  margin:6px 0 0 !important;
  color:#e4edf6 !important;
  font-size:clamp(12px,.85vw,15px) !important;
  line-height:1.4 !important;
}
.global-journey__next-story i{
  display:block !important;
  width:1px !important;
  height:28px !important;
  margin-top:10px !important;
  background:linear-gradient(180deg,#22d3ee,rgba(34,211,238,0)) !important;
}

/* Four large teaser photographs. */
.global-journey__epilogue-peek{
  position:absolute !important;
  z-index:20 !important;
  left:50% !important;
  bottom:0 !important;
  width:96vw !important;
  height:28.5svh !important;
  transform:translateX(-50%) !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  pointer-events:auto !important;
}
.global-journey__epilogue-peek::before{display:none !important}

.global-journey__epilogue-peek figure{
  position:absolute !important;
  margin:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(103,232,249,.12) !important;
  border-radius:14px !important;
  background:#081523 !important;
  box-shadow:0 14px 38px rgba(0,0,0,.28) !important;
  cursor:pointer !important;
  transform-origin:center !important;
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    box-shadow .22s ease,
    filter .22s ease !important;
}
.global-journey__epilogue-peek figure:nth-child(1){
  left:1.5% !important;
  bottom:2px !important;
  width:24.3% !important;
  height:76% !important;
}
.global-journey__epilogue-peek figure:nth-child(2){
  left:26.3% !important;
  bottom:2px !important;
  width:24.0% !important;
  height:96% !important;
}
.global-journey__epilogue-peek figure:nth-child(3){
  left:50.8% !important;
  bottom:2px !important;
  width:24.0% !important;
  height:94% !important;
}
.global-journey__epilogue-peek figure:nth-child(4){
  left:75.3% !important;
  bottom:2px !important;
  width:23.2% !important;
  height:77% !important;
}

.global-journey__epilogue-peek img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.92 !important;
  filter:brightness(.86) saturate(.94) !important;
}
.global-journey__epilogue-peek figure:nth-child(2) img{
  object-position:center 44% !important;
}

.global-journey__epilogue-peek figure::after{
  content:"";
  position:absolute;
  z-index:2;
  left:0; right:0; bottom:0;
  height:42%;
  background:linear-gradient(to top,rgba(2,8,18,.9),rgba(2,8,18,0));
  pointer-events:none;
}
.global-journey__epilogue-peek figcaption{
  position:absolute !important;
  z-index:5 !important;
  left:13px !important;
  bottom:10px !important;
  display:flex !important;
  align-items:baseline !important;
  gap:8px !important;
  opacity:1 !important;
  visibility:visible !important;
  font-family:var(--font-mono,monospace) !important;
  line-height:1 !important;
  text-shadow:0 1px 6px rgba(0,0,0,.95) !important;
}
.global-journey__epilogue-peek figcaption b{
  color:#22d3ee !important;
  font-size:12px !important;
  font-weight:800 !important;
}
.global-journey__epilogue-peek figcaption span{
  color:#fff !important;
  font-size:11px !important;
  font-weight:700 !important;
}

/* Requested click emphasis: enlarge, then return. */
.global-journey__epilogue-peek figure.is-memory-pulse{
  z-index:50 !important;
  transform:scale(1.12) !important;
  filter:brightness(1.07) !important;
  box-shadow:
    0 24px 64px rgba(0,0,0,.55),
    0 0 28px rgba(34,211,238,.20) !important;
}

#next-story.epilogue{
  margin:0 !important;
  border-top:1px solid rgba(103,232,249,.12) !important;
}

/* Keep responsive behavior reasonable without changing desktop composition. */
@media(max-width:999px){
  .global-journey__climax{height:58svh !important}
  .global-journey__epilogue-peek{width:96vw !important;height:29svh !important}
  .global-journey__epilogue-peek figcaption{left:8px !important;bottom:7px !important;gap:5px !important}
  .global-journey__epilogue-peek figcaption b{font-size:9px !important}
  .global-journey__epilogue-peek figcaption span{font-size:9px !important}
}
