@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;1,6..96,400&family=Manrope:wght@400;500;600&display=swap');

:root{
  --ease:cubic-bezier(.22,.72,.18,1);
  --ease-page:cubic-bezier(.76,0,.24,1);
  --serif:"Bodoni Moda","Bodoni 72",Didot,Georgia,serif;
  --sans:Manrope,Inter,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;background:#0a1018;color:#fff;overflow:hidden}
html{scrollbar-width:none}
html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}
body{min-width:320px;font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,a{font:inherit;color:inherit}
button{border:0;background:none;padding:0}
a{text-decoration:none}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:1px solid rgba(255,255,255,.8);outline-offset:4px}

main{
  position:relative;
  height:var(--app-height,100svh);
  overflow:hidden;
  background:#0a1018;
  touch-action:none;
}
main::-webkit-scrollbar{display:none;width:0;height:0}
.runway{position:absolute;inset:0;height:var(--app-height,100svh);overflow:hidden;backface-visibility:hidden;transform:translate3d(0,100%,0);transition:transform .9s var(--ease-page);will-change:transform;pointer-events:none}
.stage{position:relative;width:100%;height:100%;overflow:hidden;isolation:isolate;transform:translateZ(0)}

/* SHARED NAV */
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:82px;padding:23px 4.25vw;display:flex;align-items:center;justify-content:space-between}
.brand{font:italic 400 15px/1 var(--serif);display:flex;align-items:center;letter-spacing:-.025em;text-shadow:0 1px 14px rgba(22,47,66,.14)}
.site-header nav{display:flex;gap:28px;align-items:center;font:500 12px/1 var(--sans)}
.site-header nav>button:not(.nav-atlas),.site-header nav>a{cursor:pointer;opacity:.92;transition:opacity .25s var(--ease),transform .25s var(--ease)}
.site-header nav>button:not(.nav-atlas):hover,.site-header nav>a:hover{opacity:1;transform:translateY(-1px)}
.nav-atlas{cursor:pointer;border:1px solid rgba(255,255,255,.68);background:rgba(255,255,255,.92);color:#1f2c38;border-radius:999px;padding:11px 18px;font-weight:600;box-shadow:0 7px 24px rgba(31,67,93,.10);transition:transform .28s var(--ease),background .28s var(--ease),box-shadow .28s var(--ease)}
.nav-atlas:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 30px rgba(31,67,93,.16)}
.mobile-menu-trigger,.mobile-menu{display:none}

/* PAGE 1 */
.runway-home{background:#8ec4e7;transform:translate3d(0,0,0)}
.home-picture{position:absolute;inset:-1.4%;z-index:0;transform:scale(1.02);transform-origin:50% 56%;animation:home-breathe 18s ease-in-out infinite alternate;will-change:transform}
.home-picture img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
@keyframes home-breathe{from{transform:scale(1.02) translate3d(0,0,0)}to{transform:scale(1.035) translate3d(0,-5px,0)}}
.home-tone{position:absolute;inset:0;z-index:1;pointer-events:none;background:
  radial-gradient(circle at 50% 49%, rgba(255,255,255,.05), transparent 28%),
  linear-gradient(180deg, rgba(7,14,23,.24) 0%, rgba(10,20,31,.08) 22%, rgba(10,19,30,.12) 48%, rgba(8,15,24,.30) 76%, rgba(7,12,19,.42) 100%),
  linear-gradient(90deg, rgba(9,16,26,.20), transparent 14%, transparent 86%, rgba(9,16,26,.20));}
.home-copy{position:absolute;z-index:10;left:50%;top:53%;transform:translate(-50%,-50%);width:min(920px,86vw);text-align:center;text-shadow:0 10px 34px rgba(12,28,43,.38)}
.home-copy > *{opacity:0;transform:translateY(18px);animation:fade-up 1.35s var(--ease) forwards}
.home-copy h1{animation-delay:.18s}
.home-copy p{animation-delay:.42s}
.home-copy .home-primary{animation-delay:.62s}
@keyframes fade-up{to{opacity:1;transform:translateY(0)}}
.home-copy h1{margin:0 0 18px;font:italic 400 clamp(44px,4.65vw,72px)/.95 var(--serif);letter-spacing:-.052em}
.home-copy p{margin:0 auto 26px;max-width:720px;font:500 clamp(12px,.95vw,15px)/1.46 var(--sans);letter-spacing:-.014em}
.home-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:182px;height:48px;padding:0 23px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(5px);cursor:pointer;font:500 12px/1 var(--sans);letter-spacing:.01em;box-shadow:0 8px 24px rgba(37,73,99,.08);transition:background .28s var(--ease),transform .28s var(--ease),border-color .28s var(--ease)}
.home-primary:hover{transform:translateY(-2px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.9)}
.home-cue{position:absolute;z-index:10;left:50%;bottom:31px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:9px;font:500 11px/1 var(--sans);text-shadow:0 2px 15px rgba(25,56,78,.22)}
.home-cue i{display:block;width:1px;height:35px;background:linear-gradient(180deg,rgba(255,255,255,.25),#fff);position:relative}
.home-cue i:after{content:"";position:absolute;left:50%;bottom:0;width:5px;height:5px;border-radius:50%;background:#fff;transform:translateX(-50%);box-shadow:0 0 9px rgba(255,255,255,.75)}

/* PETALS */
.micro-petals{position:absolute;inset:0;z-index:8;pointer-events:none;overflow:hidden}
.micro-petals i{position:absolute;top:-8vh;width:var(--s);height:calc(var(--s)*.54);border-radius:92% 20% 86% 24%;background:radial-gradient(ellipse at 30% 22%,rgba(255,250,252,.97),rgba(250,208,222,.91) 47%,rgba(235,165,190,.72) 78%,rgba(228,150,180,.06));opacity:var(--o);filter:blur(var(--b));transform-origin:38% 50%;animation:petal-drift var(--d) linear var(--delay) infinite;will-change:transform}
@keyframes petal-drift{0%{transform:translate3d(var(--x0),-11vh,0) rotate(0deg) rotateY(0)}48%{transform:translate3d(calc(var(--x0) + 13vw),47vh,0) rotate(150deg) rotateY(105deg)}100%{transform:translate3d(calc(var(--x0) + 31vw),110vh,0) rotate(360deg) rotateY(235deg)}}

/* PAGE 2 */
.runway-atlas,.atlas-stage{background:#9dbbd0}
.atlas-backgrounds,.atlas-bg{position:absolute;inset:-2.5%}
.atlas-backgrounds{z-index:0;overflow:hidden;transform:scale(1.015)}
.atlas-bg{background-position:center;background-size:cover;opacity:0;transform:scale(1.055);filter:blur(13px) saturate(.96) brightness(.88) contrast(1.02);transition:opacity .92s var(--ease),transform 1.2s var(--ease),filter 1.05s var(--ease);will-change:opacity,transform,filter}
.atlas-bg.is-visible{opacity:1;transform:scale(1.018);filter:blur(8px) saturate(.98) brightness(.91) contrast(1.02)}
.atlas-veil{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(20,35,49,.04),rgba(12,23,34,.08) 62%,rgba(7,14,23,.14))}
.atlas-heading{position:absolute;z-index:5;top:34px;left:50%;transform:translateX(-50%);text-align:center}
.atlas-heading span{font:500 8px/1 var(--sans);letter-spacing:.22em;text-transform:uppercase;opacity:.68}
.atlas-heading h2{margin:10px 0 0;font:italic 400 22px/1.1 var(--serif);letter-spacing:-.025em}
.atlas-track{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-47%);display:grid;grid-template-columns:repeat(3,minmax(238px,288px));gap:31px;width:min(985px,90vw)}
.atlas-heading,.atlas-mobile-status,.atlas-continue{transition:opacity .8s var(--ease),transform .8s var(--ease)}
.card-copy{transition:opacity .74s var(--ease),transform .74s var(--ease)}
.atlas-stage:not(.is-revealed) .atlas-heading{opacity:0;transform:translate(-50%,18px)}
.atlas-stage:not(.is-revealed) .atlas-mobile-status,.atlas-stage:not(.is-revealed) .atlas-continue{opacity:0;transform:translate(-50%,14px)}
.atlas-stage:not(.is-revealed) .world-card{opacity:0;transform:translate3d(0,30px,0) scale(.985)}
.atlas-stage:not(.is-revealed) .card-copy{opacity:0;transform:translateY(14px)}
.atlas-stage.is-revealed .world-card:nth-child(1){transition-delay:.04s}
.atlas-stage.is-revealed .world-card:nth-child(2){transition-delay:.12s}
.atlas-stage.is-revealed .world-card:nth-child(3){transition-delay:.2s}
.atlas-stage.is-revealed .world-card:nth-child(1) .card-copy{transition-delay:.18s}
.atlas-stage.is-revealed .world-card:nth-child(2) .card-copy{transition-delay:.26s}
.atlas-stage.is-revealed .world-card:nth-child(3) .card-copy{transition-delay:.34s}

.world-card{position:relative;height:min(61vh,540px);overflow:hidden;border-radius:26px;cursor:pointer;opacity:.92;transform:translate3d(0,0,0);transform-origin:50% 55%;box-shadow:0 24px 62px rgba(14,27,40,.23);transition:transform .42s var(--ease),opacity .34s var(--ease),box-shadow .42s var(--ease),filter .34s var(--ease);will-change:transform,opacity}
.world-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.22);border-radius:inherit;pointer-events:none;transition:border-color .35s var(--ease),box-shadow .35s var(--ease)}
.world-card img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.014);transition:transform .78s var(--ease),filter .5s var(--ease);will-change:transform}
.world-card[data-world="art"] img{object-position:50% 48%}
.world-card[data-world="games"] img{object-position:50% 48%}
.world-card[data-world="prototypes"] img{object-position:50% 50%}
.world-card:hover{transform:translate3d(0,-4px,0);opacity:1;box-shadow:0 31px 72px rgba(14,27,40,.28)}
.world-card:hover:after,.world-card.is-active:after{border-color:rgba(255,255,255,.34)}
.world-card:hover img,.world-card.is-active img{transform:scale(1.026)}
.world-card.is-active{transform:translate3d(0,-3px,0);opacity:1;box-shadow:0 29px 68px rgba(14,27,40,.27)}
.world-card.is-active:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.world-card:not(.is-active){filter:saturate(.96) brightness(1)}
.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,5,8,0) 46%,rgba(3,5,8,.10) 61%,rgba(3,5,8,.86) 100%)}
.card-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;padding-right:62px}
.card-copy small{font:500 8px/1 var(--sans);letter-spacing:.2em;opacity:.68}
.card-copy h3{margin:12px 0 9px;font:400 clamp(22px,1.7vw,28px)/1 var(--serif);letter-spacing:-.038em}
.world-card[data-world="prototypes"] .card-copy h3{font-size:clamp(20px,1.55vw,25px)}
.card-copy p{margin:0;max-width:188px;font:400 10px/1.62 var(--sans);opacity:.78;letter-spacing:-.006em}
.card-open{position:absolute;right:0;bottom:16px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.76);background:rgba(255,255,255,.10);-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08);display:grid;place-items:center;cursor:pointer;opacity:.88;transition:transform .34s var(--ease),opacity .28s var(--ease),background .34s var(--ease),border-color .34s var(--ease),box-shadow .34s var(--ease);box-shadow:inset 0 1px 0 rgba(255,255,255,.44),0 10px 28px rgba(8,15,24,.16)}
.card-open::before{content:"";position:absolute;inset:3px;border-radius:inherit;border:1px solid rgba(255,255,255,.18);pointer-events:none}
.card-open svg{width:20px;height:20px;overflow:visible;filter:drop-shadow(0 1px 5px rgba(7,13,20,.16));transition:transform .34s var(--ease)}
.card-open path{fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card-open:hover{transform:translateY(-3px) scale(1.035);opacity:1;background:rgba(255,255,255,.18);border-color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 14px 34px rgba(8,15,24,.22)}
.card-open:hover svg{transform:translate(1px,-1px)}
.world-card:hover .card-open,.world-card.is-active .card-open{opacity:1}
.atlas-mobile-status{display:none}
.atlas-continue{position:absolute;z-index:7;left:50%;bottom:18px;transform:translateX(-50%);font:italic 400 10px/1 var(--serif);opacity:.64;cursor:pointer;transition:opacity .25s}
.atlas-continue:hover{opacity:1}

/* PAGE 3 */
.runway-closing{background:#23384a}
.closing-video{position:absolute;z-index:0;inset:-4%;width:108%;height:108%;object-fit:cover;filter:blur(2px) saturate(.88) contrast(.96) brightness(.56);transform:scale(1.045);will-change:opacity}
.closing-soften{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.06) 9%,rgba(12,24,37,.18) 22%,rgba(9,19,29,.30) 60%,rgba(6,13,21,.42));pointer-events:none}
.closing-copy{position:absolute;z-index:5;inset:0;display:grid;place-items:center;text-align:center;padding:7vw}
.closing-copy h2{margin:0;font:italic 400 clamp(31px,3.3vw,50px)/1.06 var(--serif);letter-spacing:-.04em;max-width:15ch;text-shadow:0 5px 32px rgba(10,25,39,.36)}
.closing-top{position:absolute;z-index:5;right:22px;bottom:20px;border:1px solid rgba(255,255,255,.44);background:rgba(255,255,255,.08);border-radius:999px;padding:11px 14px;cursor:pointer;font:500 10px/1 var(--sans);backdrop-filter:blur(6px)}

/* DETAIL PORTAL */
.detail-portal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:0;pointer-events:none;opacity:0;transition:opacity .55s var(--ease)}
.detail-portal.is-open{opacity:1;pointer-events:auto}
.detail-shell{position:relative;width:100%;height:100%;background:#0a1018}
.detail-header{position:absolute;z-index:6;top:0;left:0;right:0;height:72px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(10,16,24,.56),rgba(10,16,24,0));font:500 12px/1 var(--sans)}
.detail-header button{cursor:pointer;opacity:.8}.detail-title{font:italic 400 16px/1 var(--serif)}
.detail-scroll{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none}
.detail-scroll::-webkit-scrollbar{display:none}
.detail-scene{position:relative;height:100svh;scroll-snap-align:start;background:#0a1018}
.detail-scene img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(1px) brightness(.72)}
.detail-scene::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,18,.14),rgba(7,12,18,.42))}
.detail-caption{position:absolute;z-index:2;left:7vw;bottom:9vh;font:italic 400 clamp(46px,4.6vw,74px)/.94 var(--serif);max-width:11ch;letter-spacing:-.045em;text-shadow:0 5px 26px rgba(6,12,18,.35)}
.detail-scene::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,12,18,.05) 0%,rgba(7,12,18,0) 46%,rgba(7,12,18,.18) 72%,rgba(7,12,18,.64) 100%);pointer-events:none}
.detail-caption{bottom:24vh}
.detail-linkbar{position:absolute;z-index:3;left:7vw;right:7vw;bottom:6.5vh;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:end}
.detail-linkgroup{display:grid;gap:15px}
.detail-linkgroup.is-right{justify-items:end;text-align:right}
.detail-link{position:relative;display:inline-block;min-width:min(250px,34vw);padding:0 0 9px;color:rgba(255,255,255,.96);font:400 clamp(16px,1.3vw,21px)/1.15 var(--serif);letter-spacing:-.02em;text-shadow:0 3px 18px rgba(4,9,15,.32);pointer-events:auto;opacity:0;transform:translateY(18px);animation:detail-link-in .78s var(--ease) forwards}
.detail-link:nth-child(2){animation-delay:.1s}
.detail-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.22));transform-origin:left;transition:transform .35s var(--ease),opacity .35s var(--ease)}
.detail-linkgroup.is-right .detail-link::after{background:linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,.9));transform-origin:right}
.detail-link:hover::after{transform:scaleX(.72);opacity:.78}
.detail-link:hover{opacity:.86}
@keyframes detail-link-in{to{opacity:1;transform:none}}


@media(max-width:1024px){
  .site-header{padding:20px 5vw}.site-header nav{gap:22px}
  .home-copy{width:min(890px,90vw)}
  .atlas-track{grid-template-columns:repeat(3,minmax(200px,1fr));gap:24px;width:min(900px,92vw)}
}

@media(max-width:760px){
  .atlas-bg{background-position:center 48%;}

  .site-header{height:72px;padding:17px 17px 0 17px;align-items:flex-start}
  .site-header nav{display:none}
  .brand{font-size:13px}
  .mobile-menu-trigger{display:flex;flex-direction:column;gap:5px;align-items:flex-end;justify-content:center;width:44px;height:44px;cursor:pointer;z-index:22}
  .mobile-menu-trigger i{display:block;width:18px;height:1px;background:#fff;transition:transform .3s var(--ease),opacity .3s var(--ease)}
  .mobile-menu-trigger i:last-child{width:12px}
  .mobile-menu-trigger[aria-expanded="true"] i:first-child{transform:translateY(3px) rotate(45deg)}
  .mobile-menu-trigger[aria-expanded="true"] i:last-child{width:18px;transform:translateY(-3px) rotate(-45deg)}
  .mobile-menu{display:flex;position:absolute;z-index:21;top:62px;right:16px;flex-direction:column;gap:10px;padding:14px;border-radius:20px;background:rgba(12,22,34,.52);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgba(9,17,26,.26);border:1px solid rgba(255,255,255,.14);opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .35s var(--ease),transform .35s var(--ease)}
  .mobile-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}
  .mobile-menu button,.mobile-menu a{display:flex;align-items:center;min-width:154px;height:42px;padding:0 14px;border-radius:14px;background:rgba(255,255,255,.08);text-align:left;cursor:pointer}

  .home-copy{top:52%;width:min(92vw,420px)}
  .home-copy h1{font-size:clamp(34px,9.6vw,50px);line-height:.96;letter-spacing:-.055em}
  .home-copy p{max-width:308px;font-size:10.8px;line-height:1.52;margin-bottom:22px}
  .home-primary{min-width:170px;height:44px;font-size:12px}
  .home-cue{bottom:18px;font-size:10px}
  .home-cue i{height:29px}

  .atlas-heading{top:72px}.atlas-heading h2{font-size:17px}.atlas-heading span{font-size:8px}
  .atlas-track{display:flex;grid-template-columns:none;gap:16px;width:100%;height:64svh;top:51%;transform:translate(-50%,-45%);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-inline:16px;scroll-padding-inline:16px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
  .atlas-track::-webkit-scrollbar{display:none}
  .world-card{flex:0 0:calc(100vw - 32px);height:100%;min-height:470px;max-height:535px;scroll-snap-align:center;scroll-snap-stop:always;border-radius:22px;opacity:.76;transform:none;box-shadow:0 23px 56px rgba(13,25,38,.22)}
  .world-card.is-active{transform:translateY(-3px) scale(1.01);opacity:1;box-shadow:0 29px 64px rgba(13,25,38,.27)}
  .world-card:hover{transform:none}
  .world-card:after{border-color:rgba(255,255,255,.15)}
  .world-card.is-active:after{border-color:rgba(255,255,255,.3)}
  .world-card img{transform:scale(1.018)}.world-card.is-active img{transform:scale(1.028)}
  .card-copy{left:20px;right:20px;bottom:22px;padding-right:56px}
  .card-copy small{font-size:8px}
  .card-copy h3{margin:11px 0 9px;font-size:28px;line-height:1}
  .world-card[data-world="prototypes"] .card-copy h3{font-size:24px}
  .card-copy p{font-size:10px;line-height:1.55;max-width:190px}
  .card-open{right:0;bottom:17px;width:43px;height:43px}.card-open svg{width:18px;height:18px}
  .atlas-mobile-status{display:flex;position:absolute;z-index:5;left:50%;bottom:55px;transform:translateX(-50%);align-items:center;gap:13px;font:500 8px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase;opacity:.72;white-space:nowrap}
  .atlas-continue{bottom:18px;font-size:9px}
  .closing-video{inset:-5%;width:110%;height:110%;filter:blur(2px) saturate(.86) brightness(.54)}
  .closing-copy h2{font-size:clamp(24px,7.2vw,34px)}
  .closing-top{right:16px;bottom:16px}
  .detail-header{padding:0 15px}.detail-caption{left:8vw;bottom:28vh;font-size:39px;max-width:82vw}.detail-linkbar{left:8vw;right:8vw;bottom:5.5vh;gap:18px}.detail-link{min-width:0;width:100%;font-size:16px}.detail-linkgroup{gap:12px}
}

@media(max-width:380px){
  .home-copy h1{font-size:42px}.home-copy p{font-size:10.8px}
  .atlas-track{padding-inline:14px;scroll-padding-inline:14px}
  .world-card{flex-basis:calc(100vw - 28px);min-height:455px}
}

@media(prefers-reduced-motion:reduce){
  .home-picture,.micro-petals i{animation:none!important}
  .world-card,.world-card img,.atlas-bg,.detail-portal,.mobile-menu,.home-copy>*{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}
  main,.detail-scroll{scroll-behavior:auto}
}


/* v15 interaction-only polish: preserves the v13 visual design */
.home-cue{
  cursor:pointer;
  border:0;
  background:transparent;
  padding:0;
  animation:cue-float 2.8s ease-in-out infinite;
  transition:opacity .48s var(--ease),transform .48s var(--ease),filter .48s var(--ease);
}
.home-cue span{animation:cue-text-glow 2.8s ease-in-out infinite}
.home-cue i{animation:cue-line-breathe 2.1s ease-in-out infinite}
.home-cue i:after{animation:cue-dot-pulse 1.7s ease-in-out infinite}
.home-cue.is-hidden{
  opacity:0;
  transform:translate(-50%,-16px);
  pointer-events:none;
  filter:blur(2px);
}
@keyframes cue-float{
  0%,100%{margin-bottom:0}
  50%{margin-bottom:7px}
}
@keyframes cue-text-glow{
  0%,100%{opacity:.78}
  50%{opacity:1}
}
@keyframes cue-line-breathe{
  0%,100%{height:31px;opacity:.62}
  50%{height:39px;opacity:1}
}
@keyframes cue-dot-pulse{
  0%,100%{transform:translateX(-50%) scale(.78);opacity:.55}
  50%{transform:translateX(-50%) scale(1.18);opacity:1}
}
.atlas-bg{backface-visibility:hidden;transform-origin:center}
@media(prefers-reduced-motion:reduce){
  .home-cue,.home-cue span,.home-cue i,.home-cue i:after{animation:none!important}
}

/* Mobile-only refinement requested for v16. Desktop design remains unchanged. */
@media (max-width:760px){
  /* Page 1: keep the same composition, only reduce the mobile typography. */
  .home-copy{
    top:51.5%;
    width:92vw;
    max-width:390px;
  }
  .home-copy h1{
    width:max-content;
    max-width:94vw;
    margin:0 auto 12px;
    white-space:nowrap;
    font-size:clamp(25px,7.1vw,30px);
    line-height:1.02;
    letter-spacing:-.047em;
  }
  .home-copy p{
    max-width:82vw;
    margin:0 auto 17px;
    font-size:8.8px;
    line-height:1.52;
    letter-spacing:-.005em;
  }
  .home-copy .desktop-break{display:none}
  .home-primary{
    min-width:142px;
    height:38px;
    padding-inline:18px;
    font-size:9.5px;
  }
  .home-cue{font-size:8.5px;gap:7px}

  /* Page 2: three landscape cards stacked vertically, mobile only. */
  .atlas-heading{top:58px}
  .atlas-heading span{font-size:7px}
  .atlas-heading h2{margin-top:7px;font-size:15px}
  .atlas-track{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:repeat(3,minmax(0,1fr));
    gap:10px;
    left:50%;
    top:51%;
    width:min(90vw,410px);
    height:64svh;
    padding:0;
    overflow:visible;
    transform:translate(-50%,-48%);
    scroll-snap-type:none;
  }
  .world-card{
    width:100%;
    min-width:0;
    height:auto;
    min-height:0;
    max-height:none;
    flex:none;
    border-radius:18px;
    scroll-snap-align:none;
    opacity:.84;
    transform:none;
    box-shadow:0 15px 34px rgba(13,25,38,.20);
  }
  .world-card.is-active{
    opacity:1;
    transform:translateY(-1px) scale(1.006);
    box-shadow:0 19px 42px rgba(13,25,38,.25);
  }
  .world-card img{
    transform:scale(1.01);
    object-position:center 48%;
  }
  .world-card.is-active img{transform:scale(1.02)}
  .card-shade{
    background:linear-gradient(90deg,rgba(3,5,8,.08) 20%,rgba(3,5,8,.18) 56%,rgba(3,5,8,.76) 100%);
  }
  .card-copy{
    left:16px;
    right:14px;
    bottom:13px;
    padding-right:46px;
  }
  .card-copy small{font-size:6.5px}
  .card-copy h3,
  .world-card[data-world="prototypes"] .card-copy h3{
    margin:7px 0 4px;
    font-size:19px;
    line-height:1;
  }
  .card-copy p{
    max-width:52vw;
    font-size:8.2px;
    line-height:1.35;
  }
  .card-open{
    right:0;
    bottom:0;
    width:34px;
    height:34px;
  }
  .card-open svg{width:15px;height:15px}
  .atlas-mobile-status{
    bottom:36px;
    gap:9px;
    font-size:7px;
  }
  .atlas-continue{bottom:13px;font-size:8px}

  /* Subpages: smaller mobile typography and shorter underline lengths. */
  .detail-header{
    height:58px;
    padding:0 13px;
    font-size:9px;
  }
  .detail-title{font-size:12px}
  .detail-caption{
    left:7vw;
    bottom:25.5vh;
    max-width:78vw;
    font-size:28px;
    line-height:.98;
  }
  .detail-linkbar{
    left:7vw;
    right:7vw;
    bottom:5vh;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .detail-linkgroup{gap:10px}
  .detail-link{
    width:auto;
    min-width:118px;
    max-width:148px;
    padding-bottom:6px;
    font-size:12px;
    line-height:1.15;
  }
  .detail-linkgroup.is-right .detail-link{
    min-width:112px;
    max-width:142px;
  }
}

@media (max-width:360px){
  .home-copy h1{font-size:24px}
  .home-copy p{font-size:8.2px;max-width:86vw}
  .atlas-track{width:92vw;height:63svh;gap:8px}
  .card-copy h3,
  .world-card[data-world="prototypes"] .card-copy h3{font-size:17px}
  .card-copy p{font-size:7.6px}
  .detail-caption{font-size:25px}
  .detail-link{font-size:11px;min-width:105px;max-width:132px}
}

/* v19 page-slider motion only. The visual design inside every page is unchanged. */
body.page-slider-ready main{
  height:var(--app-height,100svh);
  overflow:hidden;
  background:transparent;
  touch-action:none;
}
body.page-slider-ready .runway{
  height:var(--app-height,100svh);
  min-height:var(--app-height,100svh);
  scroll-snap-align:none;
  scroll-snap-stop:normal;
}
body.page-slider-ready .runway.is-current{pointer-events:auto}
body.page-slider-ready .runway.is-moving{pointer-events:auto}
body.page-slider-ready .stage{height:100%}
body.page-slider-ready .runway:not(.is-current):not(.is-moving) .micro-petals i,
body.page-slider-ready .runway:not(.is-current):not(.is-moving) .home-picture{
  animation-play-state:paused;
}
body.page-slider-ready.is-page-moving .runway{pointer-events:none}
body.page-slider-ready .runway.no-page-transition{transition:none!important}

/* Requested text-only refinements. */
.closing-copy h2{
  max-width:27ch;
  font-size:clamp(24px,2.55vw,38px);
  line-height:1.11;
  letter-spacing:-.035em;
}
.detail-scene-art img{object-position:34% center}
.detail-scene-games img{object-position:center center}
.detail-scene-prototypes img{object-position:48% center}

@media(max-width:760px){
  .brand{font-size:13px}
  .home-primary{
    min-width:116px;
    height:31px;
    padding-inline:14px;
    font-size:8px;
  }
  .closing-copy{padding:9vw}
  .closing-copy h2{
    max-width:24ch;
    font-size:clamp(18px,5.35vw,23px);
    line-height:1.13;
  }
  .detail-scene-art img{object-position:24% center}
  .detail-scene-games img{object-position:52% center}
  .detail-scene-prototypes img{object-position:43% center}
}

@media(prefers-reduced-motion:reduce){
  body.page-slider-ready .runway{transition:none!important}
}

/* v20: video-backed detail worlds and editorial destination index.
   Landing page, World page, cards, typography, and slider visuals remain untouched. */
.detail-shell{overflow:hidden}
.detail-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:#0a1018;pointer-events:none}
.detail-video,.detail-image-bg{position:absolute;inset:-3%;width:106%;height:106%;opacity:0;transition:opacity .52s var(--ease);will-change:opacity,transform}
.detail-video{object-fit:cover;transform:scale(1.035);filter:blur(1.8px) saturate(.9) contrast(1.02) brightness(.68)}
.detail-image-bg{background-size:cover;background-position:center;transform:scale(1.035);filter:blur(1.4px) saturate(.9) contrast(1.01) brightness(.66)}
.detail-video.is-visible,.detail-image-bg.is-visible{opacity:1}
.detail-media-soften{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.08),transparent 43%),linear-gradient(180deg,rgba(5,10,16,.18) 0%,rgba(5,10,16,.08) 32%,rgba(5,10,16,.32) 70%,rgba(3,7,12,.68) 100%)}
.detail-scroll{position:relative;z-index:2;background:transparent}
.detail-scene{background:transparent}
.detail-scene::before,.detail-scene::after{display:none}
.detail-caption{z-index:4}

.detail-destinations{position:absolute;z-index:5;left:7vw;right:7vw;bottom:7vh;display:grid;gap:26px 5vw;align-items:end}
.detail-destinations-1{grid-template-columns:minmax(240px,420px);justify-content:start}
.detail-destinations-2{grid-template-columns:repeat(2,minmax(220px,1fr))}
.detail-destinations-3{grid-template-columns:repeat(3,minmax(180px,1fr))}
.detail-destinations-6{grid-template-columns:repeat(3,minmax(180px,1fr));row-gap:30px}
.detail-destination{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;column-gap:13px;min-height:66px;color:rgba(255,255,255,.96);text-decoration:none;text-shadow:0 3px 20px rgba(3,8,14,.38);opacity:0;transform:translateY(18px);animation:detail-destination-in .72s var(--ease) forwards;transition:transform .34s var(--ease),opacity .34s var(--ease)}
.detail-destination:nth-child(2){animation-delay:.07s}.detail-destination:nth-child(3){animation-delay:.14s}.detail-destination:nth-child(4){animation-delay:.21s}.detail-destination:nth-child(5){animation-delay:.28s}.detail-destination:nth-child(6){animation-delay:.35s}
.detail-destination::before{content:"";position:absolute;left:0;top:19px;width:19px;height:1px;background:rgba(255,255,255,.62);transform-origin:left;transition:width .34s var(--ease),opacity .34s var(--ease)}
.detail-destination-index{align-self:start;padding-top:27px;font:500 8px/1 var(--sans);letter-spacing:.16em;opacity:.62}
.detail-destination-label{font:italic 400 clamp(17px,1.55vw,24px)/1.05 var(--serif);letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .34s var(--ease),opacity .34s var(--ease)}
.detail-destination-arrow{padding-bottom:2px;font:300 clamp(15px,1.25vw,20px)/1 var(--sans);opacity:.72;transition:transform .34s var(--ease),opacity .34s var(--ease)}
.detail-destination:hover{transform:translateY(-4px);opacity:.9}
.detail-destination:hover::before{width:31px;opacity:1}
.detail-destination:hover .detail-destination-label{transform:translateX(4px)}
.detail-destination:hover .detail-destination-arrow{transform:translate(3px,-3px);opacity:1}
@keyframes detail-destination-in{to{opacity:1;transform:none}}

.has-links-1 .detail-caption,.has-links-2 .detail-caption,.has-links-3 .detail-caption{bottom:25vh}
.has-links-6 .detail-caption{bottom:40vh;max-width:14ch}

@media(max-width:760px){
  .detail-video,.detail-image-bg{inset:-5%;width:110%;height:110%;transform:scale(1.02);filter:blur(1px) saturate(.9) contrast(1.01) brightness(.65)}
  .detail-media-soften{background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.07),transparent 42%),linear-gradient(180deg,rgba(5,10,16,.18) 0%,rgba(5,10,16,.08) 31%,rgba(5,10,16,.38) 68%,rgba(3,7,12,.76) 100%)}
  .detail-destinations{left:7vw;right:7vw;bottom:5.2vh;gap:15px 7vw}
  .detail-destinations-1{grid-template-columns:minmax(0,1fr);max-width:72vw}
  .detail-destinations-2,.detail-destinations-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail-destinations-6{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}
  .detail-destination{min-height:46px;column-gap:8px}
  .detail-destination::before{top:12px;width:13px}
  .detail-destination-index{padding-top:19px;font-size:6px;letter-spacing:.13em}
  .detail-destination-label{font-size:clamp(11px,3.45vw,14px);line-height:1.04;white-space:normal}
  .detail-destination-arrow{font-size:13px}
  .detail-destination:hover{transform:none}
  .detail-destination:hover .detail-destination-label{transform:none}
  .has-links-1 .detail-caption,.has-links-2 .detail-caption,.has-links-3 .detail-caption{bottom:23vh}
  .has-links-6 .detail-caption{bottom:38vh;max-width:78vw;font-size:24px}
}

@media(max-width:360px){
  .detail-destinations{left:6.5vw;right:6.5vw;gap:12px 5vw}
  .detail-destination-label{font-size:10.5px}
  .has-links-6 .detail-caption{bottom:39vh;font-size:22px}
}

@media(prefers-reduced-motion:reduce){
  .detail-video{display:none}
  .detail-destination{animation:none!important;opacity:1!important;transform:none!important}
}

/* v21 mobile-only detail direction.
   Desktop detail pages are intentionally untouched. On phones, every detail
   world becomes one fixed cinematic page with a dedicated 10-second loop. */
@media(max-width:760px){
  .detail-portal,
  .detail-shell,
  .detail-scroll,
  .detail-scene.mobile-editorial{
    height:var(--app-height,100svh);
    min-height:var(--app-height,100svh);
  }
  .detail-shell{overscroll-behavior:none}
  .detail-scroll{
    overflow:hidden;
    scroll-snap-type:none;
    scroll-behavior:auto;
    overscroll-behavior:none;
    touch-action:none;
  }
  .detail-scene.mobile-editorial{
    position:relative;
    overflow:hidden;
    background:transparent;
  }

  .detail-video,
  .detail-image-bg{
    inset:-4%;
    width:108%;
    height:108%;
    transform:translateZ(0) scale(1.025);
    filter:blur(1.6px) saturate(.9) contrast(1.04) brightness(.57);
  }
  .detail-media-soften{
    background:
      radial-gradient(circle at 53% 31%,rgba(255,255,255,.08),transparent 38%),
      linear-gradient(180deg,rgba(4,8,13,.30) 0%,rgba(4,8,13,.08) 28%,rgba(4,8,13,.24) 55%,rgba(3,7,11,.76) 100%),
      linear-gradient(90deg,rgba(3,7,11,.20),transparent 32%,transparent 72%,rgba(3,7,11,.16));
  }

  .detail-header{
    height:58px;
    padding:env(safe-area-inset-top,0) 17px 0;
    background:linear-gradient(180deg,rgba(3,7,11,.52),rgba(3,7,11,0));
    font:500 8px/1 var(--sans);
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .detail-header button{opacity:.82}
  .detail-title{
    font:500 8px/1 var(--sans);
    letter-spacing:.18em;
    text-transform:uppercase;
    opacity:.72;
  }

  .mobile-detail-meta{
    position:absolute;
    z-index:5;
    top:72px;
    left:7vw;
    right:7vw;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font:500 7px/1 var(--sans);
    letter-spacing:.17em;
    text-transform:uppercase;
    color:rgba(255,255,255,.68);
    text-shadow:0 2px 14px rgba(0,0,0,.28);
  }
  .mobile-detail-copy{
    position:absolute;
    z-index:5;
    top:20.5%;
    left:7vw;
    right:7vw;
    max-width:86vw;
    text-shadow:0 5px 28px rgba(0,0,0,.34);
  }
  .mobile-detail-kicker{
    display:block;
    margin-bottom:10px;
    font:500 7px/1 var(--sans);
    letter-spacing:.21em;
    text-transform:uppercase;
    color:rgba(255,255,255,.66);
  }
  .mobile-detail-copy h1{
    margin:0;
    max-width:11ch;
    font:500 clamp(29px,8.8vw,39px)/.94 var(--sans);
    letter-spacing:-.062em;
    color:rgba(255,255,255,.97);
  }
  .mobile-detail-copy h1 em{
    font-family:var(--serif);
    font-weight:400;
    font-style:italic;
    letter-spacing:-.045em;
  }
  .mobile-detail-copy p{
    margin:13px 0 0;
    max-width:29ch;
    font:500 9px/1.55 var(--sans);
    letter-spacing:-.01em;
    color:rgba(255,255,255,.70);
  }

  .mobile-editorial .detail-destinations{
    left:7vw;
    right:7vw;
    bottom:calc(24px + env(safe-area-inset-bottom,0px));
    gap:10px 7vw;
    align-items:end;
  }
  .mobile-editorial .detail-destinations-1{
    grid-template-columns:minmax(0,1fr);
    max-width:60vw;
  }
  .mobile-editorial .detail-destinations-2,
  .mobile-editorial .detail-destinations-3,
  .mobile-editorial .detail-destinations-6{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mobile-editorial .detail-destination{
    min-height:37px;
    column-gap:7px;
    align-items:end;
  }
  .mobile-editorial .detail-destination::before{
    top:10px;
    width:10px;
    opacity:.58;
  }
  .mobile-editorial .detail-destination-index{
    padding-top:15px;
    font-size:5.5px;
    letter-spacing:.13em;
    opacity:.58;
  }
  .mobile-editorial .detail-destination-label{
    font:500 clamp(9px,2.75vw,11.5px)/1.12 var(--sans);
    letter-spacing:-.02em;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }
  .mobile-editorial .detail-destination-arrow{
    padding-bottom:1px;
    font-size:10px;
    opacity:.68;
  }
  .mobile-editorial.has-links-6 .mobile-detail-copy{
    top:17.5%;
  }
  .mobile-editorial.has-links-6 .mobile-detail-copy h1{
    max-width:10.5ch;
    font-size:clamp(25px,7.5vw,31px);
    line-height:.96;
  }
  .mobile-editorial.has-links-6 .mobile-detail-copy p{
    margin-top:10px;
    font-size:8px;
  }
  .mobile-editorial.has-links-6 .detail-destinations{
    row-gap:8px;
  }
}

@media(max-width:360px) and (max-height:650px){
  .mobile-detail-meta{top:65px}
  .mobile-detail-copy{top:18.5%}
  .mobile-detail-copy h1{font-size:27px}
  .mobile-detail-copy p{margin-top:9px;font-size:8px}
  .mobile-editorial .detail-destinations{bottom:calc(16px + env(safe-area-inset-bottom,0px));row-gap:6px}
  .mobile-editorial .detail-destination{min-height:33px}
  .mobile-editorial.has-links-6 .mobile-detail-copy{top:15.5%}
  .mobile-editorial.has-links-6 .mobile-detail-copy h1{font-size:23px}
}

/* v21.1: transparent destination buttons, no numbering, rules, or arrows. */
.detail-destinations{
  gap:14px;
  align-items:stretch;
}
.detail-destinations-1{
  grid-template-columns:minmax(190px,320px);
}
.detail-destinations-2{
  grid-template-columns:repeat(2,minmax(190px,320px));
  justify-content:start;
}
.detail-destinations-3{
  grid-template-columns:repeat(3,minmax(170px,260px));
  justify-content:start;
}
.detail-destinations-6{
  grid-template-columns:repeat(3,minmax(170px,260px));
  gap:12px;
  justify-content:start;
}
.detail-destination{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  background:rgba(255,255,255,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 28px rgba(2,7,12,.12);
  -webkit-backdrop-filter:blur(13px) saturate(118%);
  backdrop-filter:blur(13px) saturate(118%);
  text-shadow:0 3px 18px rgba(3,8,14,.34);
  transition:transform .32s var(--ease),background .32s var(--ease),border-color .32s var(--ease),box-shadow .32s var(--ease);
}
.detail-destination::before,
.detail-destination-index,
.detail-destination-arrow{
  display:none!important;
}
.detail-destination-label{
  display:block;
  width:100%;
  font:italic 400 clamp(16px,1.28vw,20px)/1.05 var(--serif);
  letter-spacing:-.018em;
  text-align:center;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  transform:none!important;
}
.detail-destination:hover{
  transform:translateY(-3px);
  opacity:1;
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.115);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 34px rgba(2,7,12,.20);
}

@media(max-width:760px){
  .mobile-editorial .detail-destinations{
    gap:8px;
  }
  .mobile-editorial .detail-destinations-1{
    grid-template-columns:minmax(0,1fr);
    width:min(54vw,210px);
    max-width:none;
  }
  .mobile-editorial .detail-destinations-2,
  .mobile-editorial .detail-destinations-3,
  .mobile-editorial .detail-destinations-6{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mobile-editorial .detail-destination{
    min-height:38px;
    padding:9px 11px;
    border-radius:11px;
    border-color:rgba(255,255,255,.23);
    background:rgba(255,255,255,.065);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 8px 22px rgba(2,7,12,.11);
    -webkit-backdrop-filter:blur(10px) saturate(112%);
    backdrop-filter:blur(10px) saturate(112%);
  }
  .mobile-editorial .detail-destination-label{
    font:500 clamp(8.5px,2.55vw,10.5px)/1.1 var(--sans);
    letter-spacing:.01em;
    text-align:center;
  }
  .mobile-editorial .detail-destination:hover,
  .mobile-editorial .detail-destination:active{
    transform:none;
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.38);
  }
  .mobile-editorial.has-links-6 .detail-destinations{
    row-gap:7px;
  }
}

@media(max-width:360px) and (max-height:650px){
  .mobile-editorial .detail-destination{
    min-height:34px;
    padding:7px 9px;
    border-radius:10px;
  }
  .mobile-editorial .detail-destination-label{
    font-size:8px;
  }
}

/* v22: Reach Out social slider. It opens over Page 1 without changing the
   existing hero composition or typography. */
.reachout-backdrop{
  position:absolute;inset:0;z-index:29;
  background:rgba(7,14,22,.06);
  opacity:0;pointer-events:none;
  transition:opacity .34s var(--ease);
}
.reachout-backdrop.is-open{opacity:1;pointer-events:auto}
.reachout-panel{
  position:absolute;z-index:31;top:76px;right:4.25vw;
  width:min(720px,91vw);padding:18px;
  border:1px solid rgba(255,255,255,.22);border-radius:24px;
  background:rgba(12,23,34,.48);
  -webkit-backdrop-filter:blur(20px) saturate(122%);
  backdrop-filter:blur(20px) saturate(122%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 24px 64px rgba(7,15,23,.24);
  opacity:0;transform:translateY(-10px) scale(.985);transform-origin:top right;
  pointer-events:none;
  transition:opacity .34s var(--ease),transform .42s var(--ease);
}
.reachout-panel.is-open{opacity:1;transform:none;pointer-events:auto}
.reachout-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:15px}
.reachout-panel-head>div{display:grid;gap:5px}
.reachout-panel-head span{font:italic 400 19px/1 var(--serif);letter-spacing:-.025em}
.reachout-panel-head small,.reachout-panel-foot{font:500 7px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.reachout-close{cursor:pointer;padding:6px 0;font:500 8px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;opacity:.72;transition:opacity .25s var(--ease)}
.reachout-close:hover{opacity:1}
.reachout-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-x;padding:1px}
.reachout-viewport::-webkit-scrollbar{display:none}
.reachout-viewport.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.reachout-track{display:flex;gap:10px;width:max-content}
.reachout-item{
  position:relative;display:grid;grid-template-rows:38px auto auto;align-content:center;justify-items:center;
  flex:0 0 106px;height:104px;padding:11px 9px;
  border:1px solid rgba(255,255,255,.14);border-radius:17px;
  background:rgba(255,255,255,.055);scroll-snap-align:start;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .28s var(--ease),background .28s var(--ease),border-color .28s var(--ease);
}
.reachout-item:hover{transform:translateY(-2px);background:rgba(255,255,255,.105);border-color:rgba(255,255,255,.28)}
.reachout-item.is-pending{opacity:.48}
.reachout-icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.08);overflow:hidden}
.reachout-icon>span{position:absolute;font:600 8px/1 var(--sans);letter-spacing:-.02em;color:rgba(255,255,255,.52)}
.reachout-icon img{position:relative;z-index:1;width:18px;height:18px;object-fit:contain}
.reachout-item strong{margin-top:8px;font:500 9px/1 var(--sans);letter-spacing:-.01em}
.reachout-item small{margin-top:5px;font:500 6px/1 var(--sans);letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.48)}
.reachout-panel-foot{display:flex;align-items:center;gap:13px;margin-top:14px}
.reachout-panel-foot i{position:relative;display:block;flex:1;height:1px;background:rgba(255,255,255,.16);overflow:hidden}
.reachout-panel-foot i b{position:absolute;inset:0;background:rgba(255,255,255,.82);transform:scaleX(.12);transform-origin:left;transition:transform .15s linear}

/* Keep every destination label optically and mathematically centered. */
.detail-destination{display:grid;place-items:center;text-align:center}
.detail-destination-label{display:flex;align-items:center;justify-content:center;text-align:center;min-height:1.2em}

/* Six prototype destinations become a three-at-a-time infinite swipe rail. */
.detail-destinations-6.is-looping{
  display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;
  scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;touch-action:pan-x;
  gap:12px;right:7vw;
}
.detail-destinations-6.is-looping::-webkit-scrollbar{display:none}
.detail-destinations-6.is-looping .detail-destination{
  flex:0 0 calc((100% - 24px)/3);min-width:0;scroll-snap-align:start;scroll-snap-stop:always;
}

@media(max-width:760px){
  .reachout-panel{
    top:76px;left:14px;right:14px;width:auto;padding:15px;border-radius:21px;
    transform-origin:top center;background:rgba(10,21,32,.58);
  }
  .reachout-panel-head{margin-bottom:12px}
  .reachout-panel-head span{font-size:17px}
  .reachout-panel-head small{font-size:6px}
  .reachout-track{gap:8px}
  .reachout-item{flex-basis:88px;height:91px;padding:9px 7px;border-radius:15px;grid-template-rows:32px auto auto}
  .reachout-icon{width:30px;height:30px;border-radius:10px}
  .reachout-icon img{width:16px;height:16px}
  .reachout-item strong{margin-top:7px;font-size:8px}
  .reachout-item small{font-size:5px}
  .reachout-panel-foot{margin-top:11px;font-size:6px}

  /* Remove the extra mobile labels requested by the user. */
  .mobile-detail-meta,.mobile-detail-kicker{display:none!important}

  /* Center the editorial copy without changing the existing fonts. */
  .mobile-detail-copy,
  .mobile-editorial.has-links-6 .mobile-detail-copy{
    top:24%;left:50%;right:auto;width:86vw;max-width:420px;
    transform:translateX(-50%);text-align:center;
    display:flex;flex-direction:column;align-items:center;
  }
  .mobile-detail-copy h1,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1{
    max-width:12ch;margin-inline:auto;
    font-size:clamp(27px,8.1vw,35px);line-height:.96;
    text-align:center;
  }
  .mobile-detail-copy p,
  .mobile-editorial.has-links-6 .mobile-detail-copy p{
    max-width:30ch;margin:12px auto 0;
    font-size:8.6px;line-height:1.5;text-align:center;
  }

  /* Art and Games: compact centered buttons below the copy. */
  .mobile-editorial .detail-destinations{
    top:62%;bottom:auto;left:50%;right:auto;
    width:min(84vw,380px);transform:translate(-50%,-50%);
    justify-content:center;align-items:stretch;
  }
  .mobile-editorial .detail-destinations-1{
    display:grid;width:min(58vw,220px);grid-template-columns:1fr;
  }
  .mobile-editorial .detail-destinations-2,
  .mobile-editorial .detail-destinations-3{
    display:grid;width:min(82vw,360px);grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mobile-editorial .detail-destination{
    min-height:43px;padding:10px 12px;
  }
  .mobile-editorial .detail-destination-label{
    width:100%;min-height:1.2em;font-size:clamp(9px,2.7vw,11px);line-height:1.15;
    text-align:center;
  }

  /* Prototypes: three buttons remain visible while the rail loops. */
  .mobile-editorial .detail-destinations-6.is-looping{
    top:64%;left:50%;right:auto;width:90vw;max-width:430px;
    display:flex;gap:8px;padding:2px 0 5px;
    transform:translate(-50%,-50%);
  }
  .mobile-editorial .detail-destinations-6.is-looping .detail-destination{
    flex:0 0 calc((100% - 16px)/3);min-height:48px;padding:9px 7px;border-radius:11px;
  }
  .mobile-editorial .detail-destinations-6.is-looping .detail-destination-label{
    font-size:clamp(7.6px,2.2vw,9.4px);line-height:1.12;
  }
}

@media(max-width:360px) and (max-height:650px){
  .mobile-detail-copy,.mobile-editorial.has-links-6 .mobile-detail-copy{top:21.5%}
  .mobile-detail-copy h1,.mobile-editorial.has-links-6 .mobile-detail-copy h1{font-size:24px}
  .mobile-detail-copy p,.mobile-editorial.has-links-6 .mobile-detail-copy p{margin-top:8px;font-size:7.6px}
  .mobile-editorial .detail-destinations{top:61.5%}
  .mobile-editorial .detail-destinations-6.is-looping{top:63%}
  .mobile-editorial .detail-destination{min-height:38px;padding:8px 9px}
  .mobile-editorial .detail-destinations-6.is-looping .detail-destination{min-height:42px;padding:7px 5px}
}

@media(prefers-reduced-motion:reduce){
  .reachout-panel,.reachout-backdrop,.reachout-item{transition:none!important}
}

/* v22 alignment correction: remove the old three-column link grid inherited
   by each transparent button and keep overflowing prototype rails left-based. */
.detail-destination{
  grid-template-columns:1fr!important;
  align-items:center!important;
  justify-items:stretch!important;
  justify-content:center!important;
}
.detail-destination-label{
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
}
.detail-destinations-6.is-looping{
  justify-content:flex-start!important;
}
@media(max-width:760px){
  .mobile-editorial .detail-destination{
    grid-template-columns:1fr!important;
    align-items:center!important;
    justify-items:stretch!important;
    justify-content:center!important;
  }
}
.reachout-icon>svg{position:absolute;width:19px;height:19px;fill:rgba(255,255,255,.72)}
@media(max-width:760px){.reachout-icon>svg{width:17px;height:17px}}

/* v23 refinements: direct in-portal world changes, local social icons,
   background-matched card previews, and a gently self-moving prototype rail. */
.world-card img{filter:none!important}

.detail-media,
.detail-scroll{
  transition:opacity .34s var(--ease),transform .44s var(--ease);
}
.detail-shell::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(115deg,rgba(8,15,23,.10),rgba(18,30,42,.24),rgba(8,15,23,.10));
  -webkit-backdrop-filter:blur(8px) saturate(108%);
  backdrop-filter:blur(8px) saturate(108%);
  transition:opacity .28s var(--ease);
}
.detail-shell.is-switching::after{opacity:1}
.detail-shell.is-switching .detail-scroll{opacity:0;transform:translate3d(-10px,0,0)}
.detail-shell.is-switching .detail-media{opacity:.68;transform:scale(1.008)}

.reachout-panel-head{align-items:center}
.reachout-panel-head>div{display:flex;align-items:center;min-height:24px}
.reachout-panel-head small{font-size:7.5px;color:rgba(255,255,255,.72)}
.reachout-item.is-pending{opacity:.72}
.reachout-icon{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 7px 18px rgba(2,8,14,.12);
}
.reachout-icon img{
  width:22px;
  height:22px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 2px 7px rgba(0,0,0,.18));
}

.detail-destinations-6.is-looping{
  scroll-snap-type:x proximity;
  cursor:grab;
}
.detail-destinations-6.is-looping.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  user-select:none;
}

@media(max-width:760px){
  .reachout-panel-head small{font-size:6.4px}
  .reachout-icon{width:32px;height:32px}
  .reachout-icon img{width:19px;height:19px}
  .detail-shell.is-switching .detail-scroll{transform:translate3d(-7px,0,0)}
}
.world-card picture{position:absolute;inset:0;display:block;width:100%;height:100%}
@media(prefers-reduced-motion:reduce){
  .detail-media,.detail-scroll,.detail-shell::after{transition:none!important}
}

/* v24: reliable mobile showcase motion and vertically centered Art / Games. */
.detail-destinations-6.is-looping{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  will-change:scroll-position;
}
.detail-destinations-6.is-looping .detail-destination{
  scroll-snap-align:none!important;
  scroll-snap-stop:normal!important;
}

@media(max-width:760px){
  /* Art: title, supporting line, then centered buttons as one balanced group. */
  .mobile-editorial.detail-scene-art .mobile-detail-copy{
    top:42.5%;
    transform:translate(-50%,-50%);
  }
  .mobile-editorial.detail-scene-art .detail-destinations{
    top:60%;
    bottom:auto;
    transform:translate(-50%,-50%);
  }

  /* Games: keep Game World optically centered with its single button beneath. */
  .mobile-editorial.detail-scene-games .mobile-detail-copy{
    top:46%;
    transform:translate(-50%,-50%);
  }
  .mobile-editorial.detail-scene-games .detail-destinations{
    top:56.5%;
    bottom:auto;
    transform:translate(-50%,-50%);
  }

  .mobile-editorial.detail-scene-art .mobile-detail-copy h1,
  .mobile-editorial.detail-scene-games .mobile-detail-copy h1,
  .mobile-editorial.detail-scene-art .mobile-detail-copy p,
  .mobile-editorial.detail-scene-games .mobile-detail-copy p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  /* The prototype rail remains continuously movable and fully touch-draggable. */
  .mobile-editorial .detail-destinations-6.is-looping{
    touch-action:pan-x;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
  }
}
/* FIX: continuously moving Prototype destination showcase */
.detail-destinations-6.is-looping{
  display:flex!important;
  grid-template-columns:none!important;

  width:min(90vw,720px)!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  justify-content:flex-start!important;
  align-items:stretch!important;

  gap:12px!important;
  padding:3px 0 8px!important;

  scroll-snap-type:none!important;
  scroll-behavior:auto!important;

  scrollbar-width:none!important;
  -ms-overflow-style:none!important;

  /*
    Vertical gesture tetap tersedia, sedangkan horizontal
    ditangani oleh JavaScript agar swipe manual lebih responsif.
  */
  touch-action:pan-y!important;

  cursor:grab;
  user-select:none;
  -webkit-user-select:none;

  overscroll-behavior-x:contain;
  will-change:scroll-position;
}

.detail-destinations-6.is-looping::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

.detail-destinations-6.is-looping .detail-destination{
  flex:0 0 calc((100% - 24px)/3)!important;
  width:calc((100% - 24px)/3)!important;
  min-width:calc((100% - 24px)/3)!important;

  scroll-snap-align:none!important;
  scroll-snap-stop:normal!important;

  pointer-events:auto;
}

.detail-destinations-6.is-looping.is-dragging{
  cursor:grabbing;
}

@media(max-width:760px){
  .mobile-editorial .detail-destinations-6.is-looping{
    left:50%!important;
    right:auto!important;
    top:64%!important;

    width:90vw!important;
    max-width:430px!important;

    transform:translate(-50%,-50%)!important;

    gap:8px!important;
    padding:3px 0 7px!important;
  }

  .mobile-editorial
  .detail-destinations-6.is-looping
  .detail-destination{
    flex:0 0 calc((100% - 16px)/3)!important;
    width:calc((100% - 16px)/3)!important;
    min-width:calc((100% - 16px)/3)!important;

    min-height:48px!important;
    padding:9px 7px!important;
  }
}
@media (max-width:760px){

  /* GAME SUBPAGE ONLY */
  .mobile-editorial.detail-scene-games .mobile-detail-copy{
    position:absolute !important;
    top:31% !important;
    left:50% !important;
    right:auto !important;
    width:88vw !important;
    max-width:340px !important;
    transform:translate(-50%,-50%) !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
    margin:0 !important;
  }

  .mobile-editorial.detail-scene-games .mobile-detail-copy h1{
    width:100% !important;
    margin:0 auto !important;
    text-align:center !important;
    max-width:12ch !important;
  }

  .mobile-editorial.detail-scene-games .mobile-detail-copy p{
    width:100% !important;
    margin:8px auto 0 !important;
    text-align:center !important;
    max-width:24ch !important;
  }

  .mobile-editorial.detail-scene-games .detail-destinations,
  .mobile-editorial.detail-scene-games .detail-destinations-1{
    position:absolute !important;
    top:49% !important;
    left:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:88vw !important;
    max-width:340px !important;
    transform:translate(-50%,-50%) !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
  }

  .mobile-editorial.detail-scene-games .detail-destination{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:54px !important;
    height:54px !important;
    padding:0 18px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
    border-radius:16px !important;
  }

  .mobile-editorial.detail-scene-games .detail-destination-label{
    width:100% !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-size:13px !important;
    line-height:1 !important;
  }

  .mobile-editorial.detail-scene-games .detail-destination::before,
  .mobile-editorial.detail-scene-games .detail-destination-index,
  .mobile-editorial.detail-scene-games .detail-destination-arrow{
    display:none !important;
  }
}

/* v26 final: Page 2 imagery only + mobile subpage alignment.
   Detail backgrounds/videos are intentionally untouched. */
@media (max-width:760px){
  .mobile-editorial.detail-scene-art .mobile-detail-copy,
  .mobile-editorial.detail-scene-prototypes .mobile-detail-copy{
    position:absolute !important;
    top:31% !important;
    left:50% !important;
    right:auto !important;
    width:88vw !important;
    max-width:340px !important;
    transform:translate(-50%,-50%) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    margin:0 !important;
  }

  .mobile-editorial.detail-scene-art .mobile-detail-copy h1,
  .mobile-editorial.detail-scene-prototypes .mobile-detail-copy h1{
    width:100% !important;
    max-width:12ch !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .mobile-editorial.detail-scene-art .mobile-detail-copy p,
  .mobile-editorial.detail-scene-prototypes .mobile-detail-copy p{
    width:100% !important;
    max-width:29ch !important;
    margin:8px auto 0 !important;
    text-align:center !important;
  }

  .mobile-editorial.detail-scene-art .detail-destinations-2{
    position:absolute !important;
    top:49% !important;
    left:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:88vw !important;
    max-width:340px !important;
    transform:translate(-50%,-50%) !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin:0 !important;
    padding:0 !important;
  }

  .mobile-editorial.detail-scene-art .detail-destination{
    min-height:54px !important;
    height:54px !important;
    padding:0 16px !important;
    border-radius:16px !important;
  }

  .mobile-editorial.detail-scene-art .detail-destination-label{
    width:100% !important;
    font-size:13px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    text-align:center !important;
  }

  .mobile-editorial.detail-scene-prototypes .detail-destinations-6.is-looping{
    position:absolute !important;
    top:49% !important;
    left:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:88vw !important;
    max-width:340px !important;
    transform:translate(-50%,-50%) !important;
    margin:0 !important;
    padding:0 !important;
  }

  /* Page 2 mobile cards: show each new image cleanly in the landscape cards. */
  .world-card[data-world="art"] img{object-position:50% 58% !important;}
  .world-card[data-world="games"] img{object-position:54% 58% !important;}
  .world-card[data-world="prototypes"] img{object-position:50% 60% !important;}
}


/* FINAL MANUAL FIX: compact destination buttons only.
   Text placement, Page 2 cards, backgrounds, videos, and subpage media stay unchanged. */
.detail-destination{
  min-height:44px !important;
  padding:10px 16px !important;
  border-radius:12px !important;
}

.detail-destination-label{
  font-size:clamp(13px,1.05vw,16px) !important;
  line-height:1.05 !important;
}

.detail-destinations-1{
  grid-template-columns:minmax(170px,260px) !important;
}

.detail-destinations-2{
  grid-template-columns:repeat(2,minmax(150px,240px)) !important;
}

@media (max-width:760px){
  /* Art: two compact buttons */
  .mobile-editorial.detail-scene-art .detail-destinations-2{
    width:76vw !important;
    max-width:290px !important;
    gap:8px !important;
  }

  /* Games: one compact centered button */
  .mobile-editorial.detail-scene-games .detail-destinations,
  .mobile-editorial.detail-scene-games .detail-destinations-1{
    width:68vw !important;
    max-width:260px !important;
  }

  /* Portfolio: two compact buttons */
  .mobile-editorial.detail-scene-portfolio .detail-destinations-2{
    width:76vw !important;
    max-width:290px !important;
    gap:8px !important;
  }

  /* Prototype: narrower three-at-a-time moving rail */
  .mobile-editorial.detail-scene-prototypes .detail-destinations-6.is-looping{
    width:82vw !important;
    max-width:310px !important;
  }

  .mobile-editorial.detail-scene-art .detail-destination,
  .mobile-editorial.detail-scene-games .detail-destination,
  .mobile-editorial.detail-scene-portfolio .detail-destination{
    min-height:40px !important;
    height:40px !important;
    padding:0 10px !important;
    border-radius:12px !important;
  }

  .mobile-editorial.detail-scene-art .detail-destination-label,
  .mobile-editorial.detail-scene-games .detail-destination-label,
  .mobile-editorial.detail-scene-portfolio .detail-destination-label{
    font-size:10.5px !important;
    line-height:1 !important;
  }
}

/* FINAL DEPLOY FIX: Prototype mobile rail reaches both screen edges while
   keeping the moving buttons thin. No other page or subpage styling changes. */
@media (max-width:760px){
  .mobile-editorial.detail-scene-prototypes .detail-destinations-6.is-looping{
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    max-width:none !important;
    transform:translateY(-50%) !important;
    padding:0 !important;
    margin:0 !important;
  }

  .mobile-editorial.detail-scene-prototypes .prototype-auto-track{
    gap:8px !important;
  }

  .mobile-editorial.detail-scene-prototypes .detail-destinations-6.is-looping .detail-destination{
    min-height:30px !important;
    height:30px !important;
    padding:0 10px !important;
    border-radius:9px !important;
  }

  .mobile-editorial.detail-scene-prototypes .detail-destinations-6.is-looping .detail-destination-label{
    font-size:9px !important;
    line-height:1 !important;
  }
}

/* FINAL MOBILE FONT + NAV ALIGNMENT FIX
   Mobile only. Desktop, Page 2, buttons, media, links, and layouts stay unchanged. */
@media (max-width:760px){
  /* Align hamburger with the qienszy.cloud wordmark. */
  .mobile-menu-trigger{
    transform:translateY(-8px) !important;
  }

  /* Use a sturdy system sans on phone headings. This avoids the thin
     Bodoni/Georgia crossbars disappearing on some mobile displays. */
  .mobile-detail-copy h1,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1{
    font-family:Arial,Helvetica,"Segoe UI",sans-serif !important;
    font-weight:700 !important;
    font-style:normal !important;
    font-size:clamp(22px,6.35vw,28px) !important;
    line-height:1.04 !important;
    letter-spacing:-.03em !important;
    text-rendering:geometricPrecision !important;
    -webkit-font-smoothing:antialiased !important;
    font-synthesis:weight style !important;
    -webkit-text-stroke:0 !important;
  }

  .mobile-detail-copy h1 em,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1 em{
    font-family:Arial,Helvetica,"Segoe UI",sans-serif !important;
    font-weight:700 !important;
    font-style:italic !important;
    letter-spacing:-.025em !important;
    text-rendering:geometricPrecision !important;
    -webkit-font-smoothing:antialiased !important;
    font-synthesis:weight style !important;
    -webkit-text-stroke:0 !important;
  }

  /* Keep the small mobile header title equally safe and readable. */
  .detail-title{
    font-family:Arial,Helvetica,"Segoe UI",sans-serif !important;
    font-weight:700 !important;
    letter-spacing:.14em !important;
    -webkit-font-smoothing:antialiased !important;
  }
}

/* ROOT FILE FINAL FIX: MOBILE NAV/FONT + DESKTOP REACH OUT
   Replace the root styles.css with this full file. */
@media (max-width:760px){
  /* Three-line menu aligned optically with qienszy.cloud. */
  .mobile-menu-trigger{
    transform:translateY(-8px) !important;
  }

  /*
    Reliable mobile letter construction. Arial/Helvetica at 700 prevents
    thin horizontal crossbars such as H, A, E, and F from disappearing.
  */
  .mobile-detail-copy h1,
  .mobile-detail-copy h1 em,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1 em{
    font-family:Arial,Helvetica,"Segoe UI",sans-serif !important;
    font-weight:700 !important;
    font-size:clamp(22px,6.35vw,28px) !important;
    line-height:1.04 !important;
    letter-spacing:-.025em !important;
    text-rendering:auto !important;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale !important;
    font-synthesis:none !important;
    -webkit-text-stroke:0 !important;
  }

  .mobile-detail-copy h1{
    font-style:normal !important;
  }

  .mobile-detail-copy h1 em,
  .mobile-editorial.has-links-6 .mobile-detail-copy h1 em{
    font-style:italic !important;
  }

  .detail-title{
    font-family:Arial,Helvetica,"Segoe UI",sans-serif !important;
    font-weight:700 !important;
    -webkit-font-smoothing:antialiased !important;
  }
}

@media (min-width:761px){
  /*
    Keep the open Reach Out panel above and independent from the full-page
    slider's temporary pointer-event locks.
  */
  body.reachout-open.page-slider-ready .runway-home,
  body.reachout-open.page-slider-ready.is-page-moving .runway-home{
    pointer-events:auto !important;
  }

  body.reachout-open .reachout-panel{
    z-index:100 !important;
    pointer-events:auto !important;
  }

  body.reachout-open .reachout-viewport,
  body.reachout-open .reachout-track,
  body.reachout-open .reachout-item,
  body.reachout-open .reachout-item *{
    pointer-events:auto !important;
  }

  .reachout-item{
    cursor:pointer !important;
    touch-action:manipulation !important;
  }
}
