/*
 * HUBBY launch experience
 * Product-first storytelling, generous space, and deliberate game-site motion.
 */

:root {
  --launch-ink: #082a34;
  --launch-ink-deep: #041d25;
  --launch-cyan: #12c5de;
  --launch-cyan-soft: #dff8fb;
  --launch-orange: #ff7600;
  --launch-orange-soft: #fff0df;
  --launch-paper: #f5f5f7;
  --launch-white: #fff;
  --launch-muted: #60747b;
  --launch-line: rgba(8,42,52,.14);
}

.launch-home {
  overflow: clip;
  color: var(--launch-ink);
  background: var(--launch-paper);
}

.launch-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  color: var(--launch-ink);
  background: #fff;
  font-size: .82rem;
  gap: 9px;
  text-align: center;
}

.launch-notice p {
  margin: 0;
}

.launch-notice a {
  color: var(--cyan-deep);
  font-weight: 850;
}

.launch-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d17d;
  box-shadow: 0 0 0 5px rgba(37,209,125,.12);
}

.launch-panel {
  position: relative;
  margin: 0 12px 12px;
  overflow: hidden;
  border-radius: 28px;
}

.launch-panel-dark {
  color: #fff;
  background:
    radial-gradient(circle at 50% 55%, rgba(18,197,222,.18), transparent 36rem),
    linear-gradient(145deg, #061f28 0%, #082f3a 58%, #073b47 100%);
}

.launch-eyebrow {
  margin: 0 0 18px;
  color: var(--cyan-deep);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.launch-hero {
  min-height: 1080px;
  padding: clamp(78px,7vw,112px) max(32px,calc((100vw - 1280px)/2)) 92px;
  text-align: center;
}

.launch-hero::before {
  position: absolute;
  top: -240px;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255,255,255,.015), 0 0 0 200px rgba(255,255,255,.01);
  content: "";
  transform: translateX(-50%);
}

.launch-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.launch-hero-copy .launch-eyebrow {
  color: var(--launch-cyan);
}

.launch-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.4rem,7.6vw,8.2rem);
  font-weight: 950;
  line-height: .91;
  letter-spacing: -.08em;
}

.launch-hero-copy h1 em {
  display: inline-block;
  margin-top: .08em;
  color: var(--launch-cyan);
  font-style: normal;
}

.launch-hero-copy > p:not(.launch-eyebrow) {
  max-width: 720px;
  margin: 30px auto 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(1rem,1.5vw,1.16rem);
  line-height: 1.95;
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 12px;
}

.launch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.launch-button:hover {
  transform: translateY(-2px);
}

.launch-button-primary {
  color: #fff;
  background: var(--launch-orange);
}

.launch-button-secondary {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  background: transparent;
}

.launch-button-secondary-dark {
  border-color: var(--launch-ink);
  color: var(--launch-ink);
  background: #fff;
}

.launch-button-dark {
  color: #fff;
  background: var(--launch-ink);
}

.launch-product {
  position: relative;
  z-index: 2;
  width: min(940px,92%);
  margin: 76px auto 18px;
  padding: 52px 38px 34px;
}

.launch-product::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(18,197,222,.32);
  border-radius: 64px;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
    rgba(255,255,255,.025);
  background-size: 28px 28px;
  content: "";
}

.launch-product-caption {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.launch-product-caption span {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--launch-ink);
  background: var(--launch-cyan);
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.launch-product-caption strong {
  font-size: .84rem;
}

.launch-device {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 38px;
  color: var(--launch-ink);
  background: #06171d;
  box-shadow: 0 44px 100px rgba(0,0,0,.45);
}

.launch-device-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 11px 15px;
  color: rgba(255,255,255,.55);
  font-size: .68rem;
}

.launch-device-bar strong {
  color: #fff;
  letter-spacing: .14em;
}

.launch-recruitment-card {
  padding: clamp(22px,3vw,34px);
  border-radius: 24px;
  text-align: left;
}

.launch-device-flow {
  display: grid;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--launch-ink);
  background: #fff;
  grid-template-columns: repeat(4,1fr);
}

.launch-device-flow span {
  padding: 13px 8px;
  border-right: 1px solid var(--launch-line);
  font-size: .72rem;
  font-weight: 900;
}

.launch-device-flow span:last-child { border-right: 0; }
.launch-device-flow b { display:block; color:var(--launch-orange); font-size:.68rem; }

.launch-chat-pop {
  position: absolute;
  z-index: 3;
  right: -16px;
  bottom: 6px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 20px;
  color: var(--launch-ink);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  gap: 11px;
  text-align: left;
}

.launch-chat-pop i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cyan-deep);
  font-style: normal;
  font-weight: 950;
}

.launch-chat-pop p,
.launch-chat-pop strong,
.launch-chat-pop small { display:block; margin:0; }
.launch-chat-pop small { color:var(--launch-muted); font-size:.7rem; }

.launch-hero .hero-marquee {
  right: 0;
  bottom: 0;
  left: 0;
}

.launch-section {
  width: min(calc(100% - 64px),1280px);
  margin: 0 auto;
  padding: clamp(112px,11vw,176px) 0;
}

.launch-section-head {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.launch-section-head h2,
.launch-roots h2,
.launch-final h2 {
  margin: 0;
  color: var(--launch-ink);
  font-size: clamp(3.3rem,6.5vw,6.7rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.075em;
}

.launch-section-head > p:last-child,
.launch-roots > div:last-child > p,
.launch-final > p:not(.launch-eyebrow) {
  max-width: 700px;
  margin: 28px auto 0;
  color: var(--launch-muted);
  font-size: clamp(1rem,1.45vw,1.15rem);
  line-height: 1.95;
}

.launch-steps {
  display: grid;
  margin-top: 76px;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 34px;
  background: #fff;
  grid-template-columns: repeat(3,1fr);
}

.launch-steps article {
  min-height: 430px;
  padding: 36px;
  border-right: 1px solid var(--launch-line);
}

.launch-steps article:last-child { border-right:0; }
.launch-steps article > span { color:var(--cyan-deep); font-size:.72rem; font-weight:950; letter-spacing:.16em; }
.launch-step-icon { display:grid; width:70px; height:70px; margin-top:46px; place-items:center; border-radius:22px; background:var(--launch-cyan-soft); font-size:1.8rem; font-weight:950; }
.launch-steps h3 { margin:26px 0 0; font-size:clamp(1.8rem,2.8vw,2.8rem); line-height:1.15; }
.launch-steps p { margin:15px 0 0; color:var(--launch-muted); }
.launch-steps small { display:block; margin-top:26px; color:var(--cyan-deep); font-weight:850; }

.launch-text-link {
  display: block;
  width: fit-content;
  margin: 42px auto 0;
  color: var(--cyan-deep);
  font-weight: 900;
}

.launch-text-link-light { color:var(--launch-cyan); }

.launch-recruitments {
  padding: clamp(100px,10vw,150px) max(32px,calc((100vw - 1280px)/2));
  background: var(--launch-cyan);
}

.launch-recruitments .launch-section-head > p { color:rgba(8,42,52,.72); }

.launch-party-rail {
  display: flex;
  margin-top: 66px;
  padding: 6px 4px 30px;
  overflow-x: auto;
  gap: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--launch-ink) transparent;
}

.launch-party-rail .sample-party {
  flex: 0 0 min(420px,86vw);
  min-height: 350px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 0 rgba(8,42,52,.1);
  scroll-snap-align: start;
}

.launch-recruitments > .launch-button { display:flex; width:fit-content; margin:28px auto 0; }

.launch-games {
  padding: clamp(112px,11vw,170px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(18,197,222,.16),transparent 30rem),
    var(--launch-ink-deep);
}

.launch-section-head-light h2 { color:#fff; }
.launch-section-head-light .launch-eyebrow { color:var(--launch-cyan); }
.launch-section-head-light > p:last-child { color:rgba(255,255,255,.66); }

.launch-game-window {
  width: 100%;
  margin-top: 72px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}

.launch-game-loop {
  display: flex;
  width: max-content !important;
  max-width: none !important;
  gap: 16px;
  animation: launch-game-loop 28s linear infinite;
}

.launch-game-loop > div {
  display: grid;
  flex: 0 0 220px;
  min-height: 220px;
  padding: 26px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  color: var(--launch-ink);
  background: #fff;
  text-align: center;
  gap: 14px;
  animation: none !important;
}

.launch-game-loop > div:nth-child(3n+2) { background:var(--launch-cyan-soft); }
.launch-game-loop > div:nth-child(3n) { background:var(--launch-orange-soft); }
.launch-game-loop span { font-size:3rem; }
.launch-game-loop strong { font-size:.9rem; }

@keyframes launch-game-loop { to { transform:translateX(calc(-50% - 8px)); } }

.launch-games:hover .launch-game-loop { animation-play-state:paused; }

.launch-beta-story {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0,1fr) minmax(420px,.82fr);
  gap: clamp(60px,9vw,130px);
}

.launch-beta-story .launch-section-head { margin:0; text-align:left; }
.launch-beta-story .launch-section-head > p:last-of-type { margin-left:0; }
.launch-beta-story .launch-actions { justify-content:flex-start; }

.launch-beta-ticket {
  padding: clamp(32px,4vw,52px);
  border-radius: 46px;
  color: var(--launch-ink);
  background: linear-gradient(145deg,#8debf2,var(--launch-cyan));
  box-shadow: 20px 20px 0 var(--launch-ink);
}

.launch-beta-ticket > div:first-child { display:flex; align-items:center; justify-content:space-between; }
.launch-beta-ticket > div:first-child span { font-size:.76rem; font-weight:950; letter-spacing:.16em; }
.launch-beta-ticket > div:first-child i { display:inline-block; width:9px; height:9px; margin-right:8px; border-radius:50%; background:var(--launch-orange); box-shadow:0 0 0 6px rgba(255,118,0,.17); }
.launch-beta-ticket > div:first-child b { font-size:4.5rem; line-height:.8; }
.launch-beta-ticket h3 { margin:54px 0; font-size:clamp(3.5rem,6vw,6rem); line-height:.86; letter-spacing:-.075em; }
.launch-beta-ticket dl { display:grid; margin:0; padding:22px 0; border-top:1px solid rgba(8,42,52,.2); border-bottom:1px solid rgba(8,42,52,.2); grid-template-columns:repeat(3,1fr); }
.launch-beta-ticket dl > div + div { padding-left:18px; border-left:1px solid rgba(8,42,52,.2); }
.launch-beta-ticket dt { color:rgba(8,42,52,.62); font-size:.64rem; font-weight:900; letter-spacing:.14em; }
.launch-beta-ticket dd { margin:7px 0 0; font-weight:950; }
.launch-beta-ticket > p { margin:24px 0 0; font-size:.72rem; font-weight:950; letter-spacing:.2em; }

.launch-name-story {
  display: grid;
  align-items: center;
  padding: clamp(108px,11vw,170px) max(32px,calc((100vw - 1280px)/2));
  color: #fff;
  background: var(--launch-ink);
  grid-template-columns: minmax(0,.8fr) minmax(500px,1.2fr);
  gap: clamp(60px,8vw,116px);
}

.launch-name-story .launch-section-head { margin:0; text-align:left; }
.launch-name-story .launch-section-head > p:last-child { margin-left:0; }

.launch-name-words { border-top:1px solid rgba(255,255,255,.2); }
.launch-name-words > div { display:flex; align-items:center; justify-content:space-between; min-height:130px; padding:15px 4px; border-bottom:1px solid rgba(255,255,255,.2); gap:24px; }
.launch-name-words strong { color:var(--launch-orange); font-size:clamp(3rem,5.4vw,5.5rem); line-height:1; letter-spacing:-.06em; }
.launch-name-words span { color:rgba(255,255,255,.68); }

.launch-roots {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(380px,.9fr) minmax(0,1.1fr);
  gap: clamp(60px,9vw,130px);
}

.launch-roots-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 44px;
  background: #fff;
  box-shadow: 18px 18px 0 var(--launch-orange);
}

.launch-roots-art img { width:100%; height:100%; object-fit:cover; }
.launch-roots-art span { position:absolute; top:26px; left:28px; color:var(--cyan-deep); font-size:.8rem; font-weight:950; letter-spacing:.2em; }
.launch-roots > div:last-child > p { margin-left:0; }
.launch-roots .launch-text-link { margin-left:0; }

.launch-explore .launch-section-head { text-align:left; margin-left:0; }
.launch-explore .launch-section-head > p:last-child { margin-left:0; }

.launch-directory {
  display: grid;
  margin-top: 68px;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}

.launch-directory a {
  display: grid;
  align-items: center;
  min-height: 230px;
  padding: 34px;
  border-radius: 34px;
  color: var(--launch-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--launch-line);
  grid-template-columns: 72px 1fr 48px;
  gap: 18px;
  transition: transform .25s ease;
}

.launch-directory a:nth-child(2) { background:var(--launch-cyan-soft); }
.launch-directory a:nth-child(3) { color:#fff; background:var(--launch-ink); }
.launch-directory a:nth-child(4) { background:var(--launch-orange-soft); }
.launch-directory a:hover { transform:translateY(-5px); }
.launch-directory a > span { align-self:start; color:var(--launch-orange); font-size:2.6rem; font-weight:950; }
.launch-directory small { display:block; color:var(--cyan-deep); font-size:.65rem; font-weight:950; letter-spacing:.16em; }
.launch-directory strong { display:block; margin-top:8px; font-size:clamp(1.8rem,3vw,2.8rem); }
.launch-directory b { display:grid; width:46px; height:46px; place-items:center; border-radius:50%; color:#fff; background:var(--launch-ink); font-size:1.8rem; }
.launch-directory a:nth-child(3) b { color:var(--launch-ink); background:#fff; }

.launch-final {
  margin: 0 12px 12px;
  padding: clamp(110px,12vw,190px) 32px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%,rgba(18,197,222,.2),transparent 30rem),
    var(--launch-ink-deep);
  text-align: center;
}

.launch-final .launch-eyebrow { color:var(--launch-cyan); }
.launch-final h2 { color:#fff; }

/* Subpages adopt the same product-launch grammar. */
.page-main.subpage-v3,
.page-main.legal-page,
.page-main:not(.launch-home) {
  background: var(--launch-paper);
}

@media (min-width:721px) {
  .page-main.subpage-v3 .subpage-hero {
    min-height: 0;
    margin: 0 12px 12px;
    padding: 0;
    border: 0;
    border-radius: 28px;
    color: var(--launch-ink);
    background: #fff;
    background-image: none;
  }

  .page-main.subpage-v3 .subpage-hero::before,
  .page-main.subpage-v3 .subpage-hero::after { display:none; }

  .page-main.subpage-v3 .subpage-hero-grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: clamp(90px,9vw,140px) 0;
    gap: 64px;
  }

  .page-main.subpage-v3 .subpage-hero-copy {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  .page-main.subpage-v3 .subpage-hero .page-kicker {
    justify-content:center;
    color: var(--cyan-deep);
  }

  .page-main.subpage-v3 .subpage-hero .page-title,
  .page-main.subpage-beta .subpage-hero .page-title,
  .page-main.subpage-guide .subpage-hero .page-title,
  .page-main.subpage-support .subpage-hero .page-title,
  .page-main.subpage-operator .subpage-hero .page-title {
    max-width: none;
    color: var(--launch-ink);
    font-size: clamp(4.8rem,8vw,8.5rem);
    line-height:.92;
  }

  .page-main.subpage-v3 .subpage-hero .hero-title,
  .page-main.subpage-games .subpage-hero .hero-title {
    max-width: 880px;
    margin: 28px auto 0;
    color: var(--launch-ink);
    font-size: clamp(2.4rem,3.6vw,4rem);
  }

  .page-main.subpage-v3 .subpage-hero .hero-title span,
  .page-main.subpage-v3 .subpage-hero .hero-title span:last-child { color:var(--launch-ink); }

  .page-main.subpage-v3 .subpage-hero .lead {
    max-width: 760px;
    margin-inline:auto;
    color:var(--launch-muted);
  }

  .page-main.subpage-v3 .subpage-visual {
    width: min(820px,100%);
    margin: 0 auto;
    transform:none;
  }
}

.subpage-v3 > .section {
  padding-block: clamp(110px,10vw,160px);
}

.subpage-v3 > .section:nth-of-type(odd):not(.page-end) { background:#fff; }
.subpage-v3 > .section.surface { background:#eef9fa; }
.subpage-v3 .section-title { font-size:clamp(3.2rem,6vw,6.2rem); line-height:.98; }
.subpage-v3 .feature-card,
.subpage-v3 .info-card,
.subpage-v3 .support-card,
.subpage-v3 .step-card { border-radius:30px; box-shadow:none; }
.subpage-v3 .dark-callout { border-radius:32px; }

/* Mobile: retain the turquoise header, wordmark, swipe rails and display mode switch. */
@media (max-width:720px) {
  .launch-notice {
    min-height: 56px;
    padding: 10px 16px;
    flex-wrap:wrap;
    font-size:.72rem;
    gap:5px 8px;
  }

  .launch-panel,
  .launch-final {
    margin: 0 0 10px;
    border-radius: 0;
  }

  .launch-hero {
    min-height:0;
    padding: 56px 16px 94px;
  }

  .launch-hero-copy h1 {
    font-size: clamp(3.1rem,14.2vw,4.25rem);
    line-height:.94;
  }

  .launch-hero-copy > p:not(.launch-eyebrow) {
    margin-top:24px;
    font-size:.92rem;
    line-height:1.85;
  }

  .launch-actions { gap:8px; }
  .launch-button { min-height:48px; padding-inline:17px; font-size:.8rem; }

  .launch-product {
    width:100%;
    margin-top:58px;
    padding:46px 0 18px 8px;
  }

  .launch-product::before {
    inset:16px 8px 0 0;
    border-radius:30px;
  }

  .launch-product-caption { top:4px; left:0; }
  .launch-product-caption strong { display:none; }
  .launch-device { padding:9px; border-radius:24px; }
  .launch-recruitment-card { padding:18px 14px; border-radius:18px; }
  .launch-device-flow { border-radius:12px; }
  .launch-device-flow span { padding:10px 4px; font-size:.62rem; }
  .launch-chat-pop { display:none; }

  .launch-section {
    width:calc(100% - 32px);
    padding:76px 0;
  }

  .launch-section-head h2,
  .launch-roots h2,
  .launch-final h2 {
    font-size:clamp(2.7rem,12vw,4rem);
    line-height:1;
  }

  .launch-section-head > p:last-child,
  .launch-roots > div:last-child > p,
  .launch-final > p:not(.launch-eyebrow) { margin-top:20px; font-size:.9rem; line-height:1.85; }

  .launch-steps {
    display:flex;
    width:calc(100% + 16px);
    margin:36px -16px 0 0;
    padding:0 16px 18px 0;
    overflow-x:auto;
    border:0;
    border-radius:0;
    background:transparent;
    gap:12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .launch-steps::-webkit-scrollbar { display:none; }
  .launch-steps article {
    flex:0 0 min(82vw,340px);
    min-height:370px;
    padding:24px 22px;
    border:1px solid var(--launch-line);
    border-radius:26px;
    background:#fff;
    scroll-snap-align:start;
  }
  .launch-step-icon { width:58px; height:58px; margin-top:32px; border-radius:18px; }
  .launch-steps h3 { font-size:1.8rem; }

  .launch-recruitments { padding:76px 16px; }
  .launch-party-rail { margin-top:36px; padding-bottom:24px; }
  .launch-party-rail .sample-party { flex-basis:min(82vw,340px); min-height:360px; border-radius:26px; }

  .launch-games { padding:80px 0; }
  .launch-games .launch-section-head { padding:0 16px; }
  .launch-game-window { margin-top:42px; }
  .launch-game-loop { gap:12px; animation-duration:22s; }
  .launch-game-loop > div { flex-basis:150px; min-height:170px; padding:18px; border-radius:22px; }
  .launch-game-loop span { font-size:2.3rem; }

  .launch-beta-story,
  .launch-roots {
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:44px;
  }

  .launch-beta-story .launch-section-head { text-align:center; }
  .launch-beta-story .launch-section-head > p:last-of-type { margin-inline:auto; }
  .launch-beta-story .launch-actions { justify-content:center; }
  .launch-beta-ticket { padding:28px 22px; border-radius:28px; box-shadow:9px 9px 0 var(--launch-ink); }
  .launch-beta-ticket h3 { margin:42px 0; font-size:3.4rem; }
  .launch-beta-ticket dl { grid-template-columns:1fr; gap:14px; }
  .launch-beta-ticket dl > div + div { padding:14px 0 0; border-top:1px solid rgba(8,42,52,.18); border-left:0; }

  .launch-name-story {
    display:grid;
    padding:80px 16px;
    grid-template-columns:minmax(0,1fr);
    gap:48px;
  }
  .launch-name-story .launch-section-head { text-align:center; }
  .launch-name-story .launch-section-head > p:last-child { margin-inline:auto; }
  .launch-name-words > div { min-height:94px; }
  .launch-name-words strong { font-size:2.5rem; }
  .launch-name-words span { max-width:130px; text-align:right; font-size:.78rem; }

  .launch-roots-art { min-height:390px; border-radius:28px; box-shadow:9px 9px 0 var(--launch-orange); }
  .launch-roots > div:last-child { text-align:center; }
  .launch-roots > div:last-child > p,
  .launch-roots .launch-text-link { margin-inline:auto; }

  .launch-explore .launch-section-head { text-align:center; }
  .launch-explore .launch-section-head > p:last-child { margin-inline:auto; }
  .launch-directory { grid-template-columns:minmax(0,1fr); margin-top:42px; gap:10px; }
  .launch-directory a { min-height:148px; padding:22px 18px; border-radius:24px; grid-template-columns:48px 1fr 40px; gap:12px; }
  .launch-directory a > span { font-size:1.7rem; }
  .launch-directory strong { font-size:1.55rem; }
  .launch-directory b { width:40px; height:40px; }

  .launch-final { padding:88px 20px; }

  .page-main.subpage-v3 .subpage-hero {
    border-radius:0 0 30px 30px !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .launch-game-loop { animation-play-state:paused; }
}
