/* Self-hosted fonts — the launcher must ship no remote style asset (offline-safe;
   enforced by src/wo263). Space Grotesk is a variable font (one file, 400-700). */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/space-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/space-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/space-mono-700-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --launcher-bg: #050915;
  --launcher-panel: rgba(12, 22, 42, 0.88);
  --launcher-panel-strong: rgba(15, 28, 52, 0.97);
  --launcher-line: rgba(121, 166, 210, 0.34);
  --launcher-ink: #f4f8ff;
  --launcher-muted: #b8c8dd;
  --launcher-cyan: #63d8ff;
  --launcher-blue: #78a3ff;
  --launcher-amber: #ffbd5c;
  --launcher-green: #70e0a1;
  --launcher-purple: #b096ea;
  --launcher-focus: #ffffff;
  --launcher-sans: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --launcher-mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.demo-launcher-preview-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--launcher-bg);
}

.demo-launcher-root,
.demo-launcher-root * {
  box-sizing: border-box;
}

.demo-launcher-root {
  min-width: 0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--launcher-ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(35, 124, 183, 0.24), transparent 32rem),
    radial-gradient(circle at 84% 26%, rgba(255, 157, 66, 0.12), transparent 30rem),
    radial-gradient(circle at 52% 92%, rgba(60, 196, 130, 0.14), transparent 28rem),
    linear-gradient(155deg, #050915 0%, #071126 50%, #050812 100%);
  font-family: var(--launcher-sans);
}

#demo-launcher-mount.demo-launcher-root {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.demo-launcher {
  display: block;
  position: relative;
  isolation: isolate;
  width: min(1320px, 100%);
  min-width: 0;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 42px);
  padding-bottom: clamp(88px, 12vw, 104px);
  overflow: hidden;
}

.demo-launcher::before,
.demo-launcher::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  content: "";
}

.demo-launcher::before {
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(99, 216, 255, 0.46) 0 1px, transparent 1.5px);
  background-position: 0 0, 41px 67px;
  background-size: 89px 89px, 137px 137px;
  mask-image: linear-gradient(to bottom, black, transparent 64%);
}

.demo-launcher::after {
  z-index: -1;
  opacity: 0.4;
  background: linear-gradient(to bottom, transparent 0 96%, rgba(99, 216, 255, 0.06));
  background-size: 100% 5px;
}

.demo-launcher-orbit {
  position: absolute;
  z-index: -1;
  top: -300px;
  left: 50%;
  width: min(940px, 92vw);
  aspect-ratio: 1;
  border: 1px solid rgba(99, 216, 255, 0.18);
  border-top-color: rgba(99, 216, 255, 0.5);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-12deg);
  animation: demo-launcher-orbit-drift 90s linear infinite;
}

.demo-launcher-orbit::before,
.demo-launcher-orbit::after {
  position: absolute;
  border: 1px solid rgba(112, 224, 161, 0.13);
  border-top-color: rgba(112, 224, 161, 0.45);
  border-radius: inherit;
  content: "";
  animation: demo-launcher-orbit-spin 62s linear infinite reverse;
}

.demo-launcher-orbit::before {
  inset: 12%;
}

.demo-launcher-orbit::after {
  inset: 27%;
  border-color: rgba(255, 189, 92, 0.14);
  border-top-color: rgba(255, 189, 92, 0.42);
  animation-duration: 44s;
  animation-direction: normal;
}

.demo-launcher-skip-link {
  display: grid;
  width: fit-content;
  min-height: 48px;
  margin: 0 0 12px auto;
  padding: 0 18px;
  place-items: center;
  border: 1px solid rgba(99, 216, 255, 0.58);
  border-radius: 999px;
  color: #dff7ff;
  background: rgba(13, 36, 61, 0.86);
  font: 700 0.82rem var(--launcher-sans);
  text-decoration: none;
}

.demo-launcher-skip-link::after {
  margin-left: 7px;
  content: "↓";
}

.demo-launcher-header {
  position: relative;
  max-width: 1240px;
  margin: 0 auto clamp(42px, 6vw, 78px);
  padding: clamp(30px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(99, 216, 255, 0.3);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(19, 48, 75, 0.92), rgba(18, 31, 58, 0.82)),
    var(--launcher-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 26px 80px rgba(0, 0, 0, 0.3);
}

.demo-launcher-header::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(112, 224, 161, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(99, 216, 255, 0.035),
    0 0 0 96px rgba(255, 189, 92, 0.022);
  pointer-events: none;
  content: "";
  animation: demo-launcher-glow 9s ease-in-out infinite;
}

.demo-launcher-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--launcher-cyan);
  font: 700 clamp(0.72rem, 1.2vw, 0.84rem)/1.2 var(--launcher-mono);
  letter-spacing: 0.24em;
}

.demo-launcher h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: var(--launcher-ink);
  font-size: clamp(2.9rem, 6.6vw, 5.9rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-shadow: 0 0 44px rgba(99, 216, 255, 0.22);
}

.demo-launcher-intro {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--launcher-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  text-wrap: balance;
}

.demo-launcher-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.demo-launcher-tag {
  padding: 7px 12px;
  border: 1px solid rgba(99, 216, 255, 0.5);
  border-radius: 999px;
  color: #cfeeff;
  font: 700 0.64rem/1.1 var(--launcher-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-launcher-tag.tag-green {
  border-color: rgba(112, 224, 161, 0.5);
  color: #d5ffe5;
}

.demo-launcher-tag.tag-amber {
  border-color: rgba(255, 189, 92, 0.5);
  color: #ffe2a9;
}

.demo-launcher-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(112, 224, 161, 0.7);
  border-radius: 999px;
  color: #07131f;
  background: var(--launcher-green);
  font: 700 0.92rem var(--launcher-sans);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.demo-launcher-cta:hover {
  background: #8fecb5;
  transform: translateY(-2px);
}

.demo-launcher-preview-notice {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 16px 0 0;
  padding: 7px 12px;
  border: 1px solid rgba(255, 189, 92, 0.64);
  border-radius: 999px;
  color: #ffe2a9;
  background: rgba(90, 55, 12, 0.42);
  font: 700 0.7rem/1.25 var(--launcher-mono);
  letter-spacing: 0.06em;
}

.demo-launcher-technologies,
.demo-launcher-missions {
  position: relative;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
}

.demo-launcher-technologies {
  margin-top: clamp(48px, 7vw, 88px);
  padding-top: clamp(30px, 4vw, 48px);
  border-top: 1px dashed rgba(121, 166, 210, 0.5);
}

.demo-launcher-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.demo-launcher-section-heading h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.demo-launcher-missions .demo-launcher-section-heading h2::before,
.demo-launcher-technologies .demo-launcher-section-heading h2::before {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 12px;
  border-radius: 2px;
  content: "";
}

.demo-launcher-missions .demo-launcher-section-heading h2::before {
  background: var(--launcher-green);
}

.demo-launcher-technologies .demo-launcher-section-heading h2::before {
  background: var(--launcher-cyan);
}

.demo-launcher-section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--launcher-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.demo-launcher-technology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.demo-launcher-technology-card {
  display: grid;
  min-width: 0;
  min-height: 236px;
  padding: 16px;
  align-content: start;
  border: 1px solid var(--launcher-line);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(99, 216, 255, 0.075), transparent 56%),
    var(--launcher-panel);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.demo-launcher-technology-card[data-status="ecosystem-context"],
.demo-launcher-technology-card[data-status="interoperability-target"] {
  background:
    linear-gradient(150deg, rgba(176, 150, 234, 0.09), transparent 56%),
    var(--launcher-panel);
}

.demo-launcher-technology-mark {
  display: grid;
  width: fit-content;
  min-width: 48px;
  min-height: 48px;
  padding: 7px 10px;
  place-items: center;
  border: 1px solid rgba(112, 224, 161, 0.6);
  border-radius: 14px;
  color: #d5ffe5;
  background: rgba(22, 69, 53, 0.48);
  font: 700 0.72rem/1.1 var(--launcher-mono);
  text-align: center;
}

.demo-launcher-technology-card[data-status="ecosystem-context"] .demo-launcher-technology-mark,
.demo-launcher-technology-card[data-status="interoperability-target"] .demo-launcher-technology-mark {
  border-color: rgba(176, 150, 234, 0.6);
  color: #e5dbff;
  background: rgba(67, 48, 102, 0.48);
}

.demo-launcher-technology-card h3 {
  min-width: 0;
  margin: 12px 0 8px;
  font-size: 1rem;
  line-height: 1.25;
}

.demo-launcher-technology-card h3 a {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  color: var(--launcher-ink);
  overflow-wrap: anywhere;
  text-decoration-color: rgba(99, 216, 255, 0.64);
  text-underline-offset: 4px;
}

.demo-launcher-outbound-mark {
  flex: none;
  color: var(--launcher-cyan);
}

.demo-launcher-technology-status {
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(112, 224, 161, 0.55);
  border-radius: 999px;
  color: #d5ffe5;
  background: rgba(22, 69, 53, 0.42);
  font: 700 0.61rem/1.25 var(--launcher-mono);
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.demo-launcher-technology-card[data-status="ecosystem-context"] .demo-launcher-technology-status,
.demo-launcher-technology-card[data-status="interoperability-target"] .demo-launcher-technology-status {
  border-color: rgba(176, 150, 234, 0.56);
  color: #e5dbff;
  background: rgba(67, 48, 102, 0.44);
}

.demo-launcher-technology-role,
.demo-launcher-technology-claim {
  margin: 12px 0 0;
  color: #d6e2f1;
  font-size: 0.78rem;
  line-height: 1.45;
}

.demo-launcher-technology-claim {
  color: var(--launcher-muted);
  font-size: 0.72rem;
}

.demo-launcher-independence-note {
  max-width: 1060px;
  margin: 18px auto 0;
  padding: 13px 16px;
  border: 1px solid rgba(121, 166, 210, 0.25);
  border-radius: 12px;
  color: var(--launcher-muted);
  background: rgba(7, 15, 31, 0.7);
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: center;
}

.demo-launcher-group {
  display: block;
  min-width: 0;
  margin-top: 26px;
}

.demo-launcher-group-player {
  margin-top: 8px;
}

.demo-launcher-primary-kicker,
.demo-launcher-group-title {
  margin: 0;
  color: var(--launcher-ink);
  font-weight: 700;
}

.demo-launcher-primary-kicker {
  color: var(--launcher-green);
  font: 700 0.68rem/1.2 var(--launcher-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-launcher-group-title {
  font-size: 1.14rem;
}

.demo-launcher-group-copy {
  margin: 5px 0 12px;
  color: var(--launcher-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.demo-launcher-group-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--launcher-card-min, 280px), 1fr));
  gap: 14px;
  min-width: 0;
}

.demo-launcher-group-destinations .demo-launcher-group-row {
  --launcher-card-min: 250px;
}

.demo-launcher-card {
  --card-accent: var(--launcher-cyan);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 196px;
  padding: 18px;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--card-accent) 52%, transparent);
  border-radius: 16px;
  color: var(--launcher-ink);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--card-accent) 12%, transparent), transparent 55%),
    var(--launcher-panel);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.demo-launcher-card::after {
  position: absolute;
  right: -36px;
  bottom: -54px;
  width: 130px;
  height: 130px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 30%, transparent);
  border-radius: 50%;
  content: "";
}

.demo-launcher-card-primary {
  min-height: 220px;
  padding: clamp(24px, 3vw, 38px);
  align-items: center;
  border-width: 2px;
  border-color: var(--launcher-green);
  background:
    linear-gradient(145deg, rgba(27, 139, 119, 0.44), rgba(10, 60, 66, 0.72)),
    var(--launcher-panel-strong);
  text-align: center;
}

.demo-launcher-card-primary .demo-launcher-card-label {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.demo-launcher-card-primary .demo-launcher-card-description {
  max-width: 460px;
  font-size: 0.95rem;
}

.demo-launcher-card:hover:not(:disabled) {
  transform: translateY(-3px);
  border-color: var(--card-accent);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), 0 0 24px color-mix(in srgb, var(--card-accent) 20%, transparent);
}

.demo-launcher-card-primary:hover:not(:disabled) {
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.42), 0 0 44px rgba(112, 224, 161, 0.26);
}

.demo-launcher-card:focus-visible,
.demo-launcher-skip-link:focus-visible,
.demo-launcher-cta:focus-visible,
.demo-launcher-technology-card a:focus-visible,
.demo-launcher-dock-link:focus-visible {
  outline: 3px solid var(--launcher-focus);
  outline-offset: 3px;
  border-radius: 6px;
}

.demo-launcher-card:disabled {
  cursor: not-allowed;
  filter: saturate(0.58);
  opacity: 0.72;
}

.accent-lobby,
.accent-airport {
  --card-accent: var(--launcher-green);
  color: var(--launcher-green);
}

.accent-server-a {
  --card-accent: var(--launcher-cyan);
  color: var(--launcher-cyan);
}

.accent-server-b {
  --card-accent: var(--launcher-amber);
  color: var(--launcher-amber);
}

.demo-launcher-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.demo-launcher-card-primary .demo-launcher-card-top {
  justify-content: center;
}

.demo-launcher-emblem {
  display: grid;
  width: 42px;
  height: 42px;
  flex: none;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 10%, transparent);
  font: 700 1rem/1 var(--launcher-mono);
}

.demo-launcher-card-primary .demo-launcher-emblem {
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
  animation: demo-launcher-float 4s ease-in-out infinite;
}

.demo-launcher-badge {
  min-height: 28px;
  padding: 7px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, currentColor 55%, transparent);
  border-radius: 999px;
  font: 700 0.61rem/1.1 var(--launcher-mono);
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  text-align: center;
}

.demo-launcher-card-label {
  margin-top: 13px;
  color: var(--launcher-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.demo-launcher-card-description {
  margin-top: 8px;
  color: var(--launcher-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.demo-launcher-card-facts {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 14px;
  color: #dce7f5;
  font-size: 0.7rem;
  line-height: 1.3;
}

.demo-launcher-card-primary .demo-launcher-card-facts {
  display: none;
}

.demo-launcher-card-facts > span {
  display: grid;
  grid-template-columns: 3.9rem minmax(0, 1fr);
  gap: 8px;
}

.demo-launcher-card-facts strong {
  color: currentColor;
  font: 700 0.6rem/1.4 var(--launcher-mono);
  letter-spacing: 0.05em;
}

.demo-launcher-unavailable-reason {
  margin-top: 11px;
  padding-top: 9px;
  border-top: 1px dashed rgba(255, 255, 255, 0.24);
  color: #ffe0a6;
  font-size: 0.7rem;
  line-height: 1.35;
}

.demo-launcher-footer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 30px auto 0;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(121, 166, 210, 0.18);
  color: var(--launcher-muted);
  font: 600 0.72rem/1.45 var(--launcher-mono);
}

.demo-launcher-footer p {
  margin: 0;
}

.demo-launcher-prompt {
  color: #cce8ff;
  text-align: right;
}

.demo-launcher-dock {
  position: fixed;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px max(16px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  border-top: 1px solid rgba(121, 166, 210, 0.28);
  background: rgba(5, 9, 21, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #8fa4c0;
  font: 600 0.74rem/1.4 var(--launcher-mono);
}

.demo-launcher-dock-mark {
  color: #4f7098;
}

.demo-launcher-dock-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: var(--launcher-cyan);
  font-size: clamp(0.82rem, 2.4vw, 1.02rem);
  text-decoration: none;
}

.demo-launcher-dock-link:hover {
  color: #9fe8ff;
}

.demo-launcher-sr-only,
.demo-launcher-live-region {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.demo-launcher-preview-output {
  position: fixed;
  z-index: 50;
  right: 14px;
  bottom: 60px;
  max-width: min(520px, calc(100vw - 28px));
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(99, 216, 255, 0.58);
  border-radius: 10px;
  color: var(--launcher-ink);
  background: rgba(7, 15, 31, 0.96);
  font: 500 0.75rem/1.4 var(--launcher-mono);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.34);
}

.demo-launcher-preview-output:empty {
  display: none;
}

.demo-launcher-noscript {
  max-width: 760px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 20px;
  color: var(--launcher-ink);
  font: 1rem/1.55 var(--launcher-sans);
}

.demo-launcher-noscript a {
  display: inline-grid;
  min-height: 48px;
  align-items: center;
  color: var(--launcher-cyan);
}

@keyframes demo-launcher-orbit-drift {
  to {
    transform: translateX(-50%) rotate(348deg);
  }
}

@keyframes demo-launcher-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes demo-launcher-glow {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes demo-launcher-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1099px) {
  .demo-launcher-technology-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}

@media (max-width: 680px) {
  .demo-launcher {
    padding: 18px 14px clamp(84px, 22vw, 96px);
  }

  .demo-launcher-skip-link {
    margin-right: auto;
    margin-left: 0;
  }

  .demo-launcher-header {
    margin-bottom: 30px;
    padding: 26px 18px 30px;
    border-radius: 22px;
  }

  .demo-launcher-header::after {
    top: -140px;
    right: -180px;
  }

  .demo-launcher-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .demo-launcher h1 {
    font-size: clamp(2.55rem, 13.5vw, 3.5rem);
    line-height: 0.98;
  }

  .demo-launcher-intro {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .demo-launcher-preview-notice {
    max-width: 100%;
    border-radius: 12px;
    font-size: 0.64rem;
    overflow-wrap: anywhere;
  }

  .demo-launcher-section-heading,
  .demo-launcher-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-launcher-section-heading {
    gap: 8px;
    margin-bottom: 16px;
  }

  .demo-launcher-section-heading > p,
  .demo-launcher-prompt {
    text-align: left;
  }

  .demo-launcher-technology-grid,
  .demo-launcher-group-row,
  .demo-launcher-group-destinations .demo-launcher-group-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .demo-launcher-technology-card {
    min-height: 0;
  }

  .demo-launcher-card,
  .demo-launcher-card-primary {
    min-height: 178px;
    padding: 16px;
  }

  .demo-launcher-card-primary {
    min-height: 200px;
  }

  .demo-launcher-card-facts > span {
    grid-template-columns: 3.6rem minmax(0, 1fr);
  }

  .demo-launcher-footer {
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .demo-launcher h1 {
    font-size: max(2.45rem, 13vw);
  }

  .demo-launcher-technology-card,
  .demo-launcher-card {
    overflow-wrap: anywhere;
  }
}

.demo-launcher[data-motion="reduced"] .demo-launcher-orbit,
.demo-launcher[data-motion="reduced"] .demo-launcher-orbit::before,
.demo-launcher[data-motion="reduced"] .demo-launcher-orbit::after,
.demo-launcher[data-motion="reduced"] .demo-launcher-header::after,
.demo-launcher[data-motion="reduced"] .demo-launcher-card-primary .demo-launcher-emblem {
  animation: none;
}

.demo-launcher[data-motion="reduced"] .demo-launcher-card,
.demo-launcher[data-motion="reduced"] .demo-launcher-cta,
.demo-launcher[data-motion="reduced"] .demo-launcher-skip-link,
.demo-launcher[data-motion="reduced"] .demo-launcher-technology-card {
  scroll-behavior: auto;
  transition: none;
}

.demo-launcher[data-motion="reduced"] .demo-launcher-card:hover:not(:disabled),
.demo-launcher[data-motion="reduced"] .demo-launcher-cta:hover {
  transform: none;
}

@media (forced-colors: active) {
  .demo-launcher-header,
  .demo-launcher-technology-card,
  .demo-launcher-card,
  .demo-launcher-skip-link,
  .demo-launcher-cta,
  .demo-launcher-tag,
  .demo-launcher-dock,
  .demo-launcher-technology-mark,
  .demo-launcher-technology-status {
    border: 2px solid CanvasText;
  }

  .demo-launcher-card:focus-visible,
  .demo-launcher-skip-link:focus-visible,
  .demo-launcher-cta:focus-visible,
  .demo-launcher-technology-card a:focus-visible,
  .demo-launcher-dock-link:focus-visible {
    outline: 3px solid Highlight;
  }
}
