/*
DESIGN INTENT: Direct cloud-to-gallery handoff
What: Removes the retired star runway's layout offset and gives the existing blue cloud-film endpoint one bounded cover while the unchanged gallery becomes ready.
Why: Cloud and gallery artwork remain authored surfaces; only their connection and the removed closing slogan change.
Where: aesthera99/site/gallery-journey.css
*/
.worlds-offer { margin-top: 0; }
.gallery-arrival-cover {
  position: fixed;
  z-index: 11;
  inset: 0;
  background: var(--post-cloud-blue);
  opacity: 0;
  pointer-events: none;
  transition: opacity 340ms ease;
}
.gallery-arrival-cover.is-covering { opacity: 1; pointer-events: auto; }
.gallery-arrival-cover[hidden] { display: none; }
body.is-gallery-travelling,body.is-cloud-travelling { overflow: hidden; }
.worlds-offer__gallery-stage{min-height:0;height:100svh}
@media(max-height:600px){.worlds-offer__contact button{font-size:1.5rem}}
@media (prefers-reduced-motion: reduce) {
  .gallery-arrival-cover { transition: none; }
}

/* Only the new painter case receives this existing-shell link. */
[data-project-website]{display:inline-block;margin:1rem 0;color:inherit;font:600 12px/1.5 Arial,sans-serif;text-underline-offset:.3em}
[data-project-website]:focus-visible{outline:2px solid currentColor;outline-offset:5px}
@media(max-width:700px){
 [data-project-title][aria-label="JACKSON PORTER"] .cloud-puff-heading{display:flex;flex-wrap:wrap;max-width:100%;height:auto;row-gap:.1em}
 [data-project-title][aria-label="JACKSON PORTER"] .cloud-puff-heading__space{flex:0 0 100%!important;height:0}
}
