@font-face {
  font-family: "Manrope";
  src: url("/public/fonts/manrope-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/public/fonts/manrope-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/public/fonts/unbounded-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/public/fonts/ibm-plex-mono-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
  --void: #01040a;
  --paper: #f2e7d1;
  --paper-ink: #1a1b1b;
  --cyan: #8bdfff;
  --cyan-soft: #caefff;
  --warm: #ffc36e;
  --terminal-amber: #ffc857;
  --ice-blue: #7ee7ff;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { min-width: 320px; min-height: 100%; background: var(--void); }
body { margin: 0; color: #f9fcff; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
::selection { background: var(--warm); color: #151718; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb { border: 3px solid var(--void); border-radius: 10px; background: #426175; }

.space-landing {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: var(--void);
  touch-action: pan-y;
}

.media-stage {
  position: absolute;
  z-index: -4;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 56.28vw;
  min-height: 100vh;
  transform: translateY(-50%);
  overflow: hidden;
}

.landmark-stage {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 56.28vw;
  min-height: 100vh;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 260ms ease;
}

.landmark-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 1916px;
  height: 1080px;
  transform-origin: 0 0;
}

.landmark-item--flamingos {
  position: absolute;
  top: 528px;
  left: 1128px;
  width: 576px;
  height: 324px;
}

.landmark-item--edro {
  position: absolute;
  top: 620px;
  left: 810px;
  width: 320px;
  height: 180px;
}
.landmark-item--edro .landmark-hotspot { left: 77px; top: 97px; width: 120px; height: 120px; }
.landmark-item--edro .landmark-label { left: 105px; top: -8px; }
.landmark-item--edro .landmark-patch {
  /* Enlarge the local wreck/water detail around its shore-facing bow, not the map. */
  transform: scale(2.4);
  transform-origin: 29% 62%;
  -webkit-mask-image: radial-gradient(ellipse 9% 20% at 23.5% 54%, #000 68%, transparent 100%);
  mask-image: radial-gradient(ellipse 9% 20% at 23.5% 54%, #000 68%, transparent 100%);
  clip-path: none;
}

.landmark-item--aphrodite {
  position: absolute;
  top: 655px;
  left: 890px;
  width: 400px;
  height: 225px;
}
.landmark-item--aphrodite .landmark-hotspot { left: 172px; top: 158px; width: 130px; height: 100px; }
.landmark-item--aphrodite .landmark-label { left: 218px; top: 87px; }
.landmark-item--aphrodite .landmark-patch {
  transform: scale(1.3);
  transform-origin: 40% 65%;
  -webkit-mask-image: radial-gradient(ellipse 16% 21% at 44% 71%, #000 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 16% 21% at 44% 71%, #000 70%, transparent 100%);
  clip-path: none;
}

.landmark-item--mouflons {
  position: absolute;
  top: 570px;
  left: 930px;
  width: 400px;
  height: 225px;
}
.landmark-item--mouflons .landmark-hotspot { left: 148px; top: 120px; width: 90px; height: 110px; }
.landmark-item--mouflons .landmark-label { left: 200px; top: 40px; }
.landmark-item--mouflons .landmark-patch {
  transform: scale(1.3);
  transform-origin: 37% 54%;
  -webkit-mask-image: radial-gradient(ellipse 21% 29% at 36% 51%, #000 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 21% 29% at 36% 51%, #000 70%, transparent 100%);
  clip-path: none;
}

.landmark-item--kykkos {
  position: absolute;
  top: 570px;
  left: 930px;
  width: 400px;
  height: 225px;
}
.landmark-item--kykkos .landmark-hotspot { left: 236px; top: 120px; width: 80px; height: 100px; }
.landmark-item--kykkos .landmark-label { left: 260px; top: 36px; }
.landmark-item--kykkos .landmark-patch {
  transform: scale(1.45);
  transform-origin: 59% 54%;
  -webkit-mask-image: radial-gradient(ellipse 21% 28% at 59% 53%, #000 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 21% 28% at 59% 53%, #000 72%, transparent 100%);
  clip-path: none;
}

.landmark-patch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  clip-path: circle(0 at 49% 42%);
  -webkit-mask-image: radial-gradient(ellipse 23% 30% at 47% 49%, #000 64%, transparent 100%);
  mask-image: radial-gradient(ellipse 23% 30% at 47% 49%, #000 64%, transparent 100%);
  filter: brightness(.72) saturate(.7);
  transition: opacity 300ms ease, clip-path 720ms var(--ease-out), filter 720ms var(--ease-out);
}

.landmark-hotspot {
  position: absolute;
  z-index: 3;
  top: 172px;
  left: 272px;
  width: 118px;
  height: 118px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  pointer-events: auto;
  cursor: crosshair;
  transform: translate(-50%, -50%);
}

.landmark-beacon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(126, 231, 255, .72);
  border-radius: 50%;
  opacity: .42;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 500ms var(--ease-out), border-color 180ms ease;
}

.landmark-beacon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 200, 87, .3);
  border-radius: inherit;
  animation: landmark-beacon 2.8s ease-out infinite;
}

.landmark-label {
  position: absolute;
  z-index: 4;
  top: 68px;
  left: 344px;
  width: max-content;
  max-width: 260px;
  padding: 7px 10px 6px;
  border-top: 1px solid rgba(126, 231, 255, .7);
  border-bottom: 1px solid rgba(126, 231, 255, .28);
  background: rgba(1, 8, 16, .78);
  color: var(--ice-blue);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-8px, 5px);
  transition: opacity 220ms ease 100ms, transform 440ms var(--ease-out) 100ms;
}

.is-landmark-active .landmark-patch {
  opacity: 1;
  clip-path: circle(28% at 49% 42%);
  filter: brightness(1) saturate(1);
}

/* EDRO has its own sea-patch mask; the flamingo reveal circle clips its hull. */
.landmark-item--edro.is-landmark-active .landmark-patch,
.landmark-item--aphrodite.is-landmark-active .landmark-patch,
.landmark-item--mouflons.is-landmark-active .landmark-patch,
.landmark-item--kykkos.is-landmark-active .landmark-patch {
  clip-path: none;
}
.landmark-item--edro.is-landmark-active .landmark-beacon { opacity: 0; }
.landmark-item--aphrodite.is-landmark-active .landmark-beacon { opacity: 0; }
.landmark-item--mouflons.is-landmark-active .landmark-beacon { opacity: 0; }
.landmark-item--kykkos.is-landmark-active .landmark-beacon,
.landmark-item--flamingos.is-landmark-active .landmark-beacon { opacity: 0; }

.landmark-fallback,
.landmark-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; }
.landmark-video { visibility: hidden; }
.is-flamingos-video-visible .landmark-video { visibility: visible; }
.is-flamingos-video-visible .landmark-fallback { visibility: hidden; }
.is-flamingos-loading .landmark-patch { opacity: 0; }

.is-landmark-active .landmark-label { opacity: 1; transform: none; }
.is-landmark-active .landmark-beacon {
  border-color: var(--terminal-amber);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.3);
}

.hero-fallback,
.hero-motion-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-fallback {
  display: block;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

.hero-motion-video {
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  background: transparent;
  transition: opacity 180ms ease;
}

.is-video-ready .hero-motion-video { opacity: 1; }
.scene-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 2, 7, .28), transparent 22%, transparent 76%, rgba(0, 2, 7, .44)),
    radial-gradient(ellipse 38% 30% at 63% 10%, rgba(0, 3, 10, .64), transparent 72%);
}

.space-landing::after {
  content: "";
  position: absolute;
  z-index: 30;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, .36);
}

.proposition {
  position: absolute;
  z-index: 5;
  top: calc(50% - 23.7vw);
  left: 43.5%;
  width: 55vw;
  pointer-events: none;
  text-shadow: 0 8px 40px rgba(0, 0, 0, .86);
  transition: opacity 260ms ease, transform 500ms var(--ease-out);
}

.proposition h1 {
  margin: 0;
  color: var(--terminal-amber);
  font-family: "Space Mono", "Courier New", monospace;
  font-size: clamp(2rem, 3.35vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.proposition h1 span,
.proposition h1 strong { display: block; }
.proposition h1 span,
.proposition h1 strong {
  position: relative;
  min-height: 1em;
}
.proposition h1 strong { margin-top: .12em; color: inherit; font-weight: inherit; }
.proposition p {
  margin: 18px 0 0;
  color: var(--ice-blue);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: clamp(1.15rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .012em;
  min-height: 1.35em;
}

[data-copy="titleA"],
[data-copy="titleB"],
[data-copy="subtitle"] {
  position: relative;
}

.is-terminal-decoding {
  will-change: contents, filter;
  filter: brightness(1.16);
  text-shadow: 0 0 12px currentColor, 0 8px 40px rgba(0, 0, 0, .86);
}

.is-terminal-glitching {
  will-change: contents, filter;
  animation: terminal-signal 120ms steps(2, end) infinite;
}

.is-terminal-glitching::after {
  content: attr(data-terminal-copy);
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  color: currentColor;
  opacity: .62;
  pointer-events: none;
  text-shadow: -2px 0 rgba(126, 231, 255, .82), 2px 0 rgba(255, 70, 96, .62);
  clip-path: polygon(0 18%, 100% 18%, 100% 34%, 0 34%, 0 62%, 100% 62%, 100% 75%, 0 75%);
  animation: terminal-scan-band 180ms steps(3, end) infinite;
}

.moon-language {
  position: absolute;
  z-index: 8;
  top: clamp(max(16px, env(safe-area-inset-top)), calc(50% - 27.1vw), 52px);
  right: max(16px, calc(5.85vw - 29px));
  min-width: 58px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 4px 8px;
  background: transparent;
  color: var(--terminal-amber);
  font-family: "Space Mono", "Courier New", monospace;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 160ms ease, text-shadow 160ms ease, transform 300ms var(--ease-out);
}

.moon-language span {
  font-size: clamp(.82rem, .92vw, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-shadow: 0 2px 8px #000, 0 0 12px rgba(255, 200, 87, .28);
}

.moon-language:is(:hover, :focus-visible) {
  color: #ffe1a0;
  text-shadow: 0 0 14px rgba(255, 200, 87, .58);
  transform: translateY(-1px);
}
.moon-language:focus-visible { outline: 2px solid var(--ice-blue); outline-offset: 3px; }

.request-trigger {
  position: absolute;
  z-index: 8;
  right: clamp(22px, 4vw, 68px);
  bottom: max(34px, env(safe-area-inset-bottom));
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(204, 239, 255, .46);
  border-radius: 12px;
  padding: 0 20px;
  background: rgba(2, 9, 18, .72);
  color: #f8fcff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
  transition: transform 350ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

.request-trigger svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.request-trigger:hover { transform: translateY(-3px); border-color: rgba(204, 239, 255, .82); background: rgba(7, 22, 37, .9); }

.motion-track {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  width: min(280px, 28vw);
  height: 16px;
  transform: translateX(-50%);
  opacity: .68;
}

.motion-track::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 229, 249, .72), transparent);
}

.motion-track i,
.motion-track b,
.motion-track span {
  position: absolute;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan-soft);
  box-shadow: 0 3px 12px rgba(112, 215, 255, .42);
}
.motion-track i { left: 0; }
.motion-track b { right: 0; }
.motion-track span {
  left: calc(var(--motion-progress, 50%) - 3px);
  width: 7px;
  height: 7px;
  top: 4px;
  background: var(--warm);
}

.motion-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-sheet {
  position: absolute;
  z-index: 20;
  left: clamp(24px, 5vw, 76px);
  bottom: clamp(24px, 6vh, 70px);
  width: min(54vw, 760px);
  min-height: 420px;
  border-radius: 14px 14px 36px 14px;
  padding: clamp(30px, 3.2vw, 50px);
  background: rgba(244, 235, 216, .97);
  color: var(--paper-ink);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .62);
  transform-origin: 34% 100%;
  animation: sheet-open 620ms var(--ease-out) both;
}

@supports (backdrop-filter: blur(14px)) {
  .request-sheet { background: rgba(244, 235, 216, .92); backdrop-filter: blur(14px) saturate(1.04); }
}

.request-sheet::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(27, 29, 29, .15);
  border-radius: 8px 8px 28px 8px;
  pointer-events: none;
}

.request-sheet header {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 28px;
  padding-right: 38px;
}

.request-sheet h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.65rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.request-sheet header p {
  max-width: 36ch;
  margin: 0;
  color: #525a60;
  font-size: .9rem;
  line-height: 1.55;
}

.request-sheet form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

.field { display: grid; gap: 7px; align-content: start; }
.field > span { font-size: .75rem; font-weight: 800; }
.field b { color: #a84f24; }
.field em { color: #606a70; font-weight: 400; font-style: normal; }
.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(24, 27, 28, .24);
  border-radius: 10px;
  padding: 11px 13px;
  background: rgba(255, 253, 248, .74);
  color: var(--paper-ink);
  caret-color: #166b91;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.field textarea { min-height: 72px; max-height: 150px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: rgba(24, 27, 28, .48); }
.field input:focus, .field textarea:focus { border-color: #176f98; background: #fffdf8; }
.field input[aria-invalid="true"] { border-color: #a73b31; }
.field small { color: #8d2b24; font-size: .7rem; line-height: 1.35; }
.field small:empty { display: none; }
.field--wide { grid-column: 1 / -1; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 5px; }
.form-footer > span { max-width: 42ch; color: #5a6266; font-size: .7rem; line-height: 1.45; }

.sheet-action {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 11px;
  padding: 0 22px;
  background: #172129;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .27);
  transition: transform 350ms var(--ease-out), background-color 180ms ease, box-shadow 350ms var(--ease-out);
}
.sheet-action:hover { transform: translateY(-3px); background: #26343e; box-shadow: 0 17px 42px rgba(0, 0, 0, .32); }
.sheet-action:disabled { opacity: .62; cursor: wait; transform: none; }
.sheet-action svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sheet-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #30383c;
  cursor: pointer;
}
.sheet-close:hover { background: rgba(20, 28, 30, .08); }
.sheet-close svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.success-view { min-height: 320px; display: grid; place-content: center; justify-items: start; padding: 20px 40px 20px 5px; }
.success-view h2 { margin: 24px 0 14px; }
.success-view p { margin: 0 0 26px; color: #4d5559; }
.success-orbit { position: relative; width: 58px; height: 30px; border: 1px solid #2b758e; border-radius: 50%; transform: rotate(-12deg); }
.success-orbit i { position: absolute; right: 2px; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: #207b55; }

.is-form-open .proposition { opacity: 0; transform: translateY(-14px); }
.is-form-open .request-trigger,
.is-form-open .motion-track,
.is-form-open .landmark-stage { opacity: 0; pointer-events: none; }
.is-form-open .hero-motion-video,
.is-form-open .hero-fallback { filter: brightness(.58); }

.no-script {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 18px;
  padding: 8vw;
  background: var(--void) url("/public/images/concepts/motion/hero-video-center-1440.webp") center / cover no-repeat;
  color: #fff;
}
.no-script h1 { max-width: 14ch; margin: 0; color: var(--terminal-amber); font-family: "Space Mono", "Courier New", monospace; font-size: clamp(2.2rem, 6vw, 5.6rem); line-height: 1; letter-spacing: -.025em; }
.no-script p { margin: 0; color: var(--ice-blue); font-family: "IBM Plex Mono", "Courier New", monospace; font-size: clamp(1.15rem, 1.55vw, 1.65rem); line-height: 1.35; }

@keyframes sheet-open {
  from {
    opacity: .3;
    clip-path: polygon(14% 75%, 42% 74%, 42% 100%, 8% 100%);
    transform: translate(-7%, 8%) rotate(-3deg);
    filter: blur(9px);
  }
  to {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: none;
    filter: none;
  }
}

@keyframes terminal-signal {
  0%, 100% { filter: brightness(1); }
  45% { filter: brightness(1.32) contrast(1.08); }
  55% { filter: brightness(.88); }
}

@keyframes terminal-scan-band {
  0% { transform: translate(-2px, -1px); opacity: .28; }
  50% { transform: translate(3px, 1px); opacity: .7; }
  100% { transform: translate(-1px, 0); opacity: .42; }
}

@keyframes landmark-beacon {
  0%, 72% { opacity: 0; transform: scale(.5); }
  82% { opacity: .72; }
  100% { opacity: 0; transform: scale(1.8); }
}

@media (max-width: 900px) {
  .space-landing { min-height: 100svh; overflow-y: auto; }
  .media-stage, .landmark-stage { top: 57%; width: 150vw; height: 84.42vw; left: -25vw; min-height: 0; }
  .proposition { top: 8.5rem; left: 22px; width: calc(100% - 44px); }
  .proposition h1 { max-width: 13ch; font-size: clamp(2.2rem, 9vw, 4.4rem); }
  .proposition p { max-width: 25ch; line-height: 1.45; }
  .scene-shade { background: linear-gradient(180deg, rgba(0, 2, 7, .9) 0%, rgba(0, 2, 7, .2) 48%, rgba(0, 2, 7, .72)); }
  .moon-language { top: max(18px, env(safe-area-inset-top)); right: 18px; min-width: 52px; }
  .request-trigger { right: 18px; bottom: max(20px, env(safe-area-inset-bottom)); }
  .motion-track { width: min(250px, 58vw); }
  .request-sheet { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); min-height: 0; margin: 42vh 12px 12px; padding: 35px 26px 28px; }
  .request-sheet header { grid-template-columns: 1fr; gap: 13px; }
  .request-sheet form { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column-reverse; }
  .form-footer .sheet-action { width: 100%; }
}

@media (max-width: 520px) {
  .media-stage, .landmark-stage { top: 61%; width: 178vw; height: 100.18vw; left: -39vw; }
  .proposition { top: 6.6rem; }
  .proposition h1 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .request-trigger { left: 22px; right: auto; }
  .request-sheet { margin-top: 38vh; padding: 32px 20px 24px; }
  .request-sheet h2 { font-size: 1.6rem; }
}

@media (max-height: 700px) and (min-width: 901px) {
  .media-stage, .landmark-stage { top: 0; transform: none; min-height: 0; }
  .proposition { top: 7vh; }
  .proposition h1 { font-size: clamp(1.9rem, 3.05vw, 4rem); }
  .moon-language { top: 16px; }
  .request-trigger { bottom: 18px; }
  .request-sheet { bottom: 18px; min-height: 0; padding: 28px 38px; }
  .request-sheet header { margin-bottom: 18px; }
  .field input { min-height: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .motion-track { display: none; }
  .landmark-beacon::after { animation: none !important; }
  .is-terminal-decoding,
  .is-terminal-glitching,
  .is-terminal-glitching::after {
    animation: none !important;
    filter: none;
  }
}

@media (forced-colors: active) {
  .media-stage, .landmark-stage, .scene-shade, .motion-track { display: none; }
  .space-landing { background: Canvas; color: CanvasText; }
  .proposition { left: 8vw; width: min(80vw, 820px); }
  .request-sheet { border: 1px solid CanvasText; background: Canvas; color: CanvasText; }
}
