:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --paper: #f5f5f7;
  --surface: #ffffff;
  --line: rgba(29, 29, 31, 0.12);
  --accent: #1d6b63;
  --accent-dark: #0f403c;
  --preview: #dcae4b;
  --shadow: 0 30px 90px rgba(29, 29, 31, 0.16);
  --card-shadow: 0 18px 56px rgba(28, 104, 166, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #58c4ff 0, #aee9ff 510px, rgba(243, 250, 255, 0.96) 780px, var(--paper) 1060px),
    var(--paper);
  font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.launch-page {
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto auto auto;
  overflow-x: hidden;
  color: #111111;
  background: #ffffff;
}

.launch-main {
  display: grid;
  min-width: 0;
  min-height: calc(100svh - 68px);
  place-items: center;
  padding: clamp(42px, 7vw, 86px) 20px 24px;
}

.launch-card {
  display: grid;
  min-width: 0;
  width: min(620px, 100%);
  justify-items: center;
  text-align: center;
}

.launch-brand-lockup {
  display: inline-grid;
  width: 100%;
  justify-items: center;
  margin-bottom: 0;
  gap: clamp(18px, 2vw, 22px);
}

.launch-tagline {
  color: rgba(17, 17, 17, 0.76);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.launch-pack-story {
  --pack-story-progress: 0;
  display: grid;
  width: min(350px, calc(100% - 28px));
  height: 45px;
  align-content: start;
  justify-items: center;
  grid-template-rows: 22px 18px;
  gap: 5px;
  overflow: hidden;
  color: rgba(17, 17, 17, 0.76);
}

.launch-pack-story__message {
  font-size: clamp(17px, 2vw, 19px);
  font-weight: 650;
  line-height: 22px;
  letter-spacing: 0;
  white-space: nowrap;
}

.launch-pack-story__categories,
.launch-pack-story__progress {
  grid-row: 2;
  grid-column: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.launch-pack-story__categories {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 1.3vw, 7px);
  white-space: nowrap;
}

.launch-pack-story__category {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  gap: 3px;
  padding: 1px 6px 1px 5px;
  background: rgba(17, 17, 17, 0.04);
  background: color-mix(in srgb, var(--story-category-color) 11%, white);
  border-radius: 6px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 10px;
  font-weight: 650;
  line-height: 18px;
  opacity: 0;
  transform: translateX(-7px);
  transition:
    opacity 180ms ease calc(var(--story-category-index) * 90ms),
    transform 340ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--story-category-index) * 90ms);
}

.launch-pack-story__category-icon {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--story-category-color);
}

.launch-pack-story__category-icon[data-category-icon="shirt"] {
  clip-path: polygon(28% 0, 42% 13%, 58% 13%, 72% 0, 100% 24%, 82% 45%, 72% 36%, 72% 100%, 28% 100%, 28% 36%, 18% 45%, 0 24%);
}

.launch-pack-story__category-icon[data-category-icon="shoe"] {
  clip-path: polygon(4% 20%, 38% 20%, 53% 56%, 89% 66%, 100% 82%, 94% 100%, 18% 100%, 0 78%);
}

.launch-pack-story__category-icon[data-category-icon="case"] {
  clip-path: polygon(32% 0, 68% 0, 68% 14%, 92% 14%, 100% 25%, 100% 100%, 0 100%, 0 25%, 8% 14%, 32% 14%);
  border-radius: 2px;
}

.launch-pack-story__category-icon[data-category-icon="bolt"] {
  clip-path: polygon(56% 0, 13% 57%, 43% 57%, 35% 100%, 87% 39%, 56% 39%);
}

.launch-pack-story__category-icon[data-category-icon="drop"] {
  clip-path: polygon(50% 0, 82% 39%, 96% 67%, 88% 87%, 70% 100%, 30% 100%, 12% 87%, 4% 67%, 18% 39%);
  border-radius: 0 0 48% 48%;
}

.launch-pack-story__category-icon[data-category-icon="sun"] {
  clip-path: polygon(50% 0, 62% 26%, 85% 15%, 74% 38%, 100% 50%, 74% 62%, 85% 85%, 62% 74%, 50% 100%, 38% 74%, 15% 85%, 26% 62%, 0 50%, 26% 38%, 15% 15%, 38% 26%);
}

.launch-pack-story__category-icon[data-category-icon="rain"] {
  clip-path: polygon(38% 0, 62% 0, 70% 14%, 86% 22%, 100% 47%, 80% 60%, 70% 47%, 70% 100%, 30% 100%, 30% 47%, 20% 60%, 0 47%, 14% 22%, 30% 14%);
}

.launch-pack-story__category-icon[data-category-icon="layers"] {
  clip-path: polygon(50% 0, 100% 26%, 50% 52%, 0 26%, 50% 0, 100% 50%, 50% 76%, 0 50%, 0 74%, 50% 100%, 100% 74%, 100% 50%);
}

.launch-pack-story__category-icon[data-category-icon="pillow"] {
  border-radius: 3px 5px;
  transform: rotate(-7deg);
}

.launch-pack-story__category-icon[data-category-icon="document"] {
  clip-path: polygon(12% 0, 66% 0, 100% 34%, 100% 100%, 12% 100%);
}

.launch-pack-story[data-story-phase="categories"] .launch-pack-story__categories,
.launch-pack-story[data-story-phase="bags"] .launch-pack-story__categories {
  opacity: 1;
  transform: translateY(0);
}

.launch-pack-story[data-story-phase="categories"] .launch-pack-story__category,
.launch-pack-story[data-story-phase="bags"] .launch-pack-story__category {
  opacity: 1;
  transform: translateX(0);
}

.launch-pack-story__progress {
  display: grid;
  width: min(238px, 82%);
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.launch-pack-story__track {
  height: 5px;
  overflow: hidden;
  background: rgba(0, 122, 255, 0.12);
  border-radius: 3px;
}

.launch-pack-story__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #168fff;
  border-radius: inherit;
  transform: scaleX(var(--pack-story-progress));
  transform-origin: left center;
  transition: transform 330ms cubic-bezier(0.16, 1, 0.3, 1);
}

.launch-pack-story__count {
  min-width: 28px;
  color: rgba(17, 17, 17, 0.52);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  line-height: 18px;
  text-align: right;
}

.launch-pack-story[data-story-phase="packing"] .launch-pack-story__progress,
.launch-pack-story[data-story-phase="complete"] .launch-pack-story__progress {
  opacity: 1;
  transform: translateY(0);
}

.launch-orbit-stage {
  position: relative;
  display: grid;
  width: min(clamp(390px, 52vw, 540px), calc(100% + 40px));
  height: clamp(306px, 36vw, 360px);
  place-items: center;
  isolation: isolate;
  pointer-events: none;
}

.launch-orbit-stage[data-bubble-stage] {
  pointer-events: auto;
}

.launch-destination-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  filter: saturate(0.9) contrast(0.96) brightness(1.03) blur(var(--destination-haze, 0px));
  transform: scale(var(--destination-scale, 1));
  transform-origin: 50% 52%;
  transition:
    opacity 950ms ease-in-out,
    transform 180ms ease-out;
  will-change: opacity;
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 0%, #000 45%, rgba(0, 0, 0, 0.95) 57%, rgba(0, 0, 0, 0.54) 73%, rgba(0, 0, 0, 0.14) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 0%, #000 45%, rgba(0, 0, 0, 0.95) 57%, rgba(0, 0, 0, 0.54) 73%, rgba(0, 0, 0, 0.14) 88%, transparent 100%);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  user-select: none;
}

.launch-destination-image.is-active {
  opacity: var(--destination-opacity, 0.62);
  transform: scale(var(--destination-scale, 1));
}

.launch-destination-image.is-destination-arriving {
  z-index: 1;
  animation: destination-crossfade-in 950ms ease-in-out both;
}

.launch-destination-image.is-destination-leaving {
  z-index: 0;
  animation: destination-crossfade-out 950ms ease-in-out both;
}

.launch-orbit-stage.is-entering-world .launch-destination-image.is-active {
  animation: destination-crossfade-in 950ms ease-in-out both;
}

@keyframes destination-crossfade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: var(--destination-opacity, 0.62);
  }
}

@keyframes destination-crossfade-out {
  0% {
    opacity: var(--destination-opacity, 0.62);
  }

  100% {
    opacity: 0;
  }
}

.launch-bubble-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.launch-orbit-stage[data-webgl="ready"] .launch-bubble-canvas {
  opacity: 1;
}

.launch-orbit-stage[data-depth-composite="ready"] .launch-bubble-canvas {
  z-index: 12;
}

.launch-orbit-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.launch-orbit-stage[data-webgl="ready"] .launch-orbit-poster {
  opacity: 0;
}

.launch-orbit-poster__bubble {
  position: absolute;
  top: var(--poster-y);
  left: var(--poster-x);
  display: grid;
  width: clamp(40px, 9vw, var(--poster-size));
  aspect-ratio: 1;
  place-items: center;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.82), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(207, 166, 255, 0.18), transparent 38%),
    rgba(227, 248, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow:
    inset -5px -6px 13px rgba(133, 210, 255, 0.13),
    inset 4px 4px 9px rgba(255, 255, 255, 0.5),
    0 8px 24px rgba(78, 177, 228, 0.1);
  transform: translate(-50%, -50%);
  animation: packcat-poster-float 5.8s ease-in-out var(--poster-delay) infinite;
}

.launch-orbit-poster__bubble img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

@keyframes packcat-poster-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(0.98);
  }

  50% {
    transform: translate(-50%, -50%) translate3d(0, -5px, 0) scale(1.02);
  }
}

.launch-orbit-stage[data-webgl="failed"] .launch-bubble-canvas {
  display: none;
}

@media (max-width: 340px) {
  .launch-orbit-stage {
    height: 280px;
  }

  .launch-pack-story__categories {
    gap: 3px;
  }

  .launch-pack-story__category {
    gap: 2px;
    padding-right: 4px;
    padding-left: 3px;
    font-size: 9.5px;
  }

  .launch-pack-story__category-icon {
    width: 9px;
    height: 9px;
  }
}

.launch-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--orbit-z, 4);
  display: grid;
  width: clamp(46px, 4.8vw, 54px);
  aspect-ratio: 1;
  place-items: center;
  opacity: var(--orbit-opacity, 0.85);
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translate(-50%, -50%) translate3d(var(--orbit-x, 0), var(--orbit-y, 0), 0) scale(var(--orbit-scale, 1)) rotate(var(--orbit-tilt, 0deg));
  transform-origin: center;
  will-change: transform, opacity;
}

.launch-orbit-category img {
  display: block;
  width: var(--orbit-art-size, 100%);
  height: var(--orbit-art-size, 100%);
  object-fit: contain;
  filter: none;
  transform: translateZ(0);
  transform-origin: center;
  will-change: transform, opacity;
}

.launch-orbit-item[data-category="clothes"] { --orbit-art-size: 93%; }
.launch-orbit-item[data-category="footwear"] { --orbit-art-size: 104%; }
.launch-orbit-item[data-category="toiletries"] { --orbit-art-size: 104%; }
.launch-orbit-item[data-category="documents"] { --orbit-art-size: 108%; }
.launch-orbit-item[data-category="accessories"] { --orbit-art-size: 102%; }
.launch-orbit-item[data-category="hydration"] { --orbit-art-size: 97%; }
.launch-orbit-item[data-category="weather"] { --orbit-art-size: 99%; }
.launch-orbit-item[data-category="camera"] { --orbit-art-size: 110%; }
.launch-orbit-item[data-category="comfort"] { --orbit-art-size: 103%; }
.launch-orbit-item[data-category="sun-protection"] { --orbit-art-size: 100%; }
.launch-orbit-item[data-category="sun-care"] { --orbit-art-size: 104%; }
.launch-orbit-item[data-category="layers"] { --orbit-art-size: 95%; }
.launch-orbit-item[data-category="water-footwear"] { --orbit-art-size: 104%; }
.launch-orbit-item[data-category="dental-care"] { --orbit-art-size: 103%; }
.launch-orbit-item[data-category="tablet"] { --orbit-art-size: 97%; }

.launch-orbit-item.is-swapping-out img {
  animation: orbit-item-swap-out 300ms cubic-bezier(0.55, 0.02, 0.78, 0.38) both;
}

.launch-orbit-item.is-swapping-in img {
  animation: orbit-item-swap-in 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes orbit-item-swap-out {
  0% {
    opacity: 1;
    transform: translateZ(0) scale(1) rotate(0deg);
  }

  24% {
    opacity: 1;
    transform: translateZ(0) scale(1.08) rotate(var(--swap-anticipation-rotate, -2deg));
  }

  100% {
    opacity: 0;
    transform: translateZ(0) scale(0.03) rotate(var(--swap-exit-rotate, 8deg));
  }
}

@keyframes orbit-item-swap-in {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(0.03) rotate(var(--swap-entry-rotate, -8deg));
  }

  58% {
    opacity: 1;
    transform: translateZ(0) scale(1.14) rotate(var(--swap-overshoot-rotate, 1.5deg));
  }

  76% {
    opacity: 1;
    transform: translateZ(0) scale(0.96) rotate(var(--swap-settle-rotate, -0.5deg));
  }

  90% {
    opacity: 1;
    transform: translateZ(0) scale(1.025) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) scale(1) rotate(0deg);
  }
}

.launch-icon-scene {
  --background-x: 0px;
  --background-y: 0px;
  --letters-x: 0px;
  --letters-y: 0px;
  --cat-x: 0px;
  --cat-y: 0px;
  --icon-scale: 1;
  --pack-scale: 1;
  --light-x: 50%;
  --light-y: 38%;
  --reflection-x: 0px;
  --reflection-y: 0px;
  --shadow-x: 0px;
  --shadow-y: 22px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  z-index: 10;
  width: clamp(88px, 9vw, 104px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  perspective: 640px;
  transform: translateZ(0);
}

.launch-icon-scene[data-icon-advance] {
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.launch-icon-scene[data-icon-advance]:focus-visible {
  border-radius: 25.862%;
  outline: 3px solid rgba(0, 122, 255, 0.5);
  outline-offset: 7px;
}

.launch-icon-depth {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #4eb4ff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 25.862%;
  box-shadow:
    var(--shadow-x) var(--shadow-y) 58px rgba(18, 105, 177, 0.2),
    0 4px 12px rgba(17, 17, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform:
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    scale(var(--icon-scale))
    scale(var(--pack-scale));
  transform-style: preserve-3d;
  transition: box-shadow 260ms ease;
  will-change: transform;
}

.launch-icon-scene.is-active .launch-icon-depth {
  box-shadow:
    var(--shadow-x) var(--shadow-y) 64px rgba(18, 105, 177, 0.24),
    0 5px 14px rgba(17, 17, 17, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.launch-icon-fallback {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.launch-icon-scene.is-layered-ready .launch-icon-fallback {
  opacity: 0;
}

.launch-icon-layer {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  transform-origin: center;
  user-select: none;
  will-change: transform;
}

.launch-icon-layer--background {
  inset: -2%;
  z-index: 0;
  width: 104%;
  height: 104%;
  transform: translate3d(var(--background-x), var(--background-y), 0) scale(1.025);
}

.launch-icon-layer--letters {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate3d(var(--letters-x), var(--letters-y), 18px);
}

.launch-icon-layer--cat {
  top: 14.655%;
  left: 20.69%;
  z-index: 2;
  width: 22.414%;
  height: 21.121%;
  transform: translate3d(var(--cat-x), var(--cat-y), 36px);
}

.launch-icon-cat-art {
  position: absolute;
  inset: 0;
  display: block;
  transform-origin: 50% 50%;
  animation: packcat-cat-reaction 11.6s linear infinite;
  will-change: transform;
}

.launch-icon-cat-base {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  pointer-events: none;
}

@keyframes packcat-cat-reaction {
  0%, 7%, 88%, 100% {
    transform: translate(81%, 117%) scale(2.05);
  }

  8.2% {
    transform: translate(83%, 120%) scale(2.12, 1.97) rotate(0.5deg);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  11.2% {
    transform: translate(38%, 55%) scale(1.38, 1.32) rotate(-1deg);
  }

  14.2% {
    transform: translate(-3%, 2%) scale(0.96, 1.05) rotate(-2deg);
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  16.8% {
    transform: translate(1%, -1%) scale(1.015, 0.99) rotate(0.4deg);
  }

  18%, 75% {
    transform: translateY(0) scale(1) rotate(0deg);
  }

  76.5% {
    transform: translate(-4%, 4%) scale(0.94, 1.05) rotate(-3deg);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  80% {
    transform: translate(62%, 89%) scale(1.7, 1.64) rotate(1deg);
  }

  83.5% {
    transform: translate(84%, 120%) scale(2.13, 2.02) rotate(0.7deg);
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  86% {
    transform: translate(80%, 116%) scale(2.02, 2.08) rotate(-0.3deg);
  }
}

.launch-icon-sheen {
  position: absolute;
  inset: -1px;
  z-index: 4;
  background: radial-gradient(circle at var(--light-x) var(--light-y), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 48%);
  border-radius: inherit;
  opacity: 0.52;
  pointer-events: none;
  transform: translateZ(44px);
  transition: opacity 220ms ease;
}

.launch-icon-scene.is-active .launch-icon-sheen {
  opacity: 0.7;
}

.launch-icon-gloss {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    radial-gradient(118% 66% at 43% -9%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.1) 54%, transparent 72%),
    linear-gradient(132deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 25%, transparent 47%),
    radial-gradient(72% 52% at 76% 108%, rgba(144, 224, 255, 0.12), transparent 68%);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(11, 93, 166, 0.08);
  opacity: 0.66;
  pointer-events: none;
  transform: translateZ(50px);
  transition: opacity 240ms ease;
}

.launch-icon-scene.is-active .launch-icon-gloss {
  opacity: 0.82;
}

.launch-icon-reflection {
  position: absolute;
  inset: 1px;
  z-index: 6;
  overflow: hidden;
  background:
    radial-gradient(82% 54% at var(--light-x) calc(var(--light-y) - 18%), rgba(255, 255, 255, 0.2), transparent 72%),
    linear-gradient(154deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.09) 19%, transparent 42%);
  border-radius: calc(25.862% - 1px);
  box-shadow:
    inset 0.8px 0.9px 0 rgba(255, 255, 255, 0.62),
    inset -0.8px -0.9px 0 rgba(4, 84, 151, 0.12);
  opacity: 0.76;
  pointer-events: none;
  transform: translateZ(56px);
  transition: opacity 240ms ease;
}

.launch-icon-reflection::before {
  position: absolute;
  top: -30%;
  left: -18%;
  width: 92%;
  height: 58%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08) 66%, transparent 100%);
  border-radius: 50%;
  content: "";
  filter: blur(0.35px);
  opacity: 0.82;
  transform: translate3d(var(--reflection-x), var(--reflection-y), 0) rotate(-7deg);
  transform-origin: center;
  will-change: transform;
}

.launch-icon-reflection::after {
  position: absolute;
  top: -28%;
  left: -62%;
  width: 23%;
  height: 156%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08), transparent);
  content: "";
  filter: blur(0.55px);
  opacity: 0;
  transform: skewX(-17deg);
  animation: packcat-reflection-sweep 11.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  will-change: transform, opacity;
}

.launch-icon-scene.is-active .launch-icon-reflection {
  opacity: 0.9;
}

@keyframes packcat-reflection-sweep {
  0%, 9%, 34%, 100% {
    opacity: 0;
    transform: translateX(0) skewX(-17deg);
  }

  13% {
    opacity: 0.12;
  }

  19% {
    opacity: 0.58;
  }

  29% {
    opacity: 0;
    transform: translateX(720%) skewX(-17deg);
  }
}

.launch-icon-scene.is-sound-restarting .launch-icon-cat-art {
  animation: none !important;
}

.launch-panel {
  width: min(440px, 100%);
  margin-top: clamp(28px, 4vw, 42px);
  padding: 0;
}

.launch-state {
  display: none;
  justify-items: stretch;
}

.launch-page[data-launch-state="waitlist"] .launch-state--waitlist,
.launch-page[data-launch-state="testflight"] .launch-state--testflight,
.launch-page[data-launch-state="appstore"] .launch-state--appstore {
  display: grid;
}

.launch-state h2 {
  margin: 0;
  color: rgba(17, 17, 17, 0.88);
  font-size: clamp(19px, 2.2vw, 22px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0;
}

.launch-page .waitlist-form {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 6px;
  background: #f8fafc;
  border-color: rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  box-shadow: none;
}

.launch-page .waitlist-form input[type="email"] {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 46px;
  padding: 0 138px 0 15px;
  text-align: left;
  opacity: 1;
  transform: translateX(0) scale(1);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.launch-page .waitlist-form button,
.launch-link {
  display: inline-flex;
  width: auto;
  min-width: 118px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  color: #ffffff;
  background: #111111;
  border: 1px solid rgba(17, 17, 17, 0.94);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.14);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.launch-page .waitlist-form button {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  justify-self: end;
  width: 118px;
  overflow: hidden;
  border-radius: 999px;
  color: #ffffff;
  background:
    radial-gradient(120% 95% at 50% -24%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.18) 42%, transparent 64%),
    linear-gradient(180deg, #56c3ff 0%, #1599f5 46%, #0074df 100%);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -1px 0 rgba(0, 43, 126, 0.3),
    0 1px 3px rgba(0, 80, 170, 0.2),
    0 8px 20px rgba(0, 143, 239, 0.26);
  text-shadow: 0 1px 2px rgba(0, 35, 96, 0.28);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.launch-page .waitlist-form.is-complete input[type="email"] {
  opacity: 0;
  pointer-events: none;
  transform: translateX(14px) scale(0.98);
}

.launch-page .waitlist-form.is-complete button {
  width: 100%;
}

.launch-page .waitlist-form.is-complete button:disabled {
  cursor: default;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.launch-page .waitlist-form button:hover {
  background:
    radial-gradient(120% 95% at 50% -24%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.22) 42%, transparent 64%),
    linear-gradient(180deg, #6dceff 0%, #26a7ff 46%, #087ce8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(0, 43, 126, 0.28),
    0 2px 5px rgba(0, 80, 170, 0.2),
    0 10px 24px rgba(0, 153, 246, 0.3);
  transform: translateY(-1px);
}

.launch-page .waitlist-form button:active {
  box-shadow:
    inset 0 2px 5px rgba(0, 42, 119, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 3px 10px rgba(0, 91, 205, 0.2);
  transform: translateY(0) scale(0.985);
}

.launch-page .waitlist-form button:focus-visible {
  outline: 3px solid rgba(0, 112, 255, 0.3);
  outline-offset: 3px;
}

.launch-link:hover {
  background: #000000;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.18);
  transform: translateY(-1px);
}

.launch-link {
  width: 100%;
  margin-top: 18px;
  text-decoration: none;
}

.launch-link--store {
  display: grid;
  min-height: 62px;
  gap: 2px;
  border-radius: 16px;
}

.launch-link--store span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.launch-link--store strong {
  font-size: 20px;
  font-weight: 750;
  line-height: 1;
}

.launch-note,
.launch-page .form-status {
  min-height: 0;
  max-width: 350px;
  margin: 10px auto 0;
  color: rgba(17, 17, 17, 0.44);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.launch-page .form-status:empty {
  min-height: 0;
  margin-top: 0;
}

.launch-page .form-status[data-tone="success"] {
  color: #0f615a;
}

.launch-page .form-status[data-tone="error"] {
  color: #9b3a2f;
}

.launch-details {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 104px) 0 clamp(34px, 5vw, 58px);
  color: #111111;
}

.launch-details__intro {
  max-width: 650px;
}

.launch-details h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
}

.launch-details__intro > p {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(17, 17, 17, 0.64);
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 480;
  line-height: 1.55;
}

.launch-faq {
  margin-top: clamp(42px, 6vw, 64px);
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.launch-faq details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.launch-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.35;
}

.launch-faq summary::-webkit-details-marker {
  display: none;
}

.launch-faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "+";
  color: rgba(17, 17, 17, 0.5);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 180ms ease;
}

.launch-faq details[open] summary::after {
  transform: translateY(-52%) rotate(45deg);
}

.launch-faq details p {
  max-width: 620px;
  margin: -4px 0 22px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.launch-faq summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(0, 112, 255, 0.24);
  outline-offset: 4px;
}

.launch-footer {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  color: rgba(17, 17, 17, 0.62);
}

.launch-footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 650;
}

.launch-sound-toggle {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.launch-footer a:hover,
.launch-sound-toggle:hover,
.launch-sound-toggle[aria-pressed="true"] {
  color: #111111;
}

.launch-sound-toggle:focus-visible {
  outline: 2px solid rgba(0, 112, 255, 0.42);
  outline-offset: 4px;
  border-radius: 2px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 76px;
  color: rgba(2, 10, 16, 0.82);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-logo {
  display: block;
  width: clamp(104px, 8.5vw, 124px);
  height: auto;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
  color: transparent;
  background: #050608;
  border-radius: 46% 46% 42% 42%;
  clip-path: polygon(0 36%, 16% 0, 35% 24%, 50% 19%, 65% 24%, 84% 0, 100% 36%, 92% 86%, 50% 100%, 8% 86%);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(5, 6, 8, 0.18);
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 6px;
  height: 9px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 12px 0 0 #fff;
  transform: rotate(-10deg);
}

.brand-mark::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 1;
  width: 3px;
  height: 4px;
  background: #111;
  border-radius: 999px;
  box-shadow: 12px 0 0 #111;
}

nav,
.site-footer div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(2, 10, 16, 0.62);
  font-size: 13px;
  font-weight: 600;
}

nav a:hover,
.site-footer a:hover {
  color: var(--ink);
}

.nav-left {
  justify-self: start;
}

.nav-cta {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 8px 14px;
  color: rgba(2, 10, 16, 0.76);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(22, 103, 168, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.nav-cta:hover {
  color: var(--ink);
  background: #fff;
}

.hero-home {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(560px, calc(100svh - 76px), 720px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px) 20px clamp(30px, 4vw, 58px);
  align-content: center;
  justify-items: center;
  text-align: left;
  background: linear-gradient(180deg, #35b9ff 0%, #78d6ff 45%, #d9f7ff 82%, rgba(245, 245, 247, 0.98) 100%);
}

.hero-sky {
  position: absolute;
  inset: -76px 0 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-cloud {
  --cloud-anchor-x: 0px;
  --cloud-x-start: -3vw;
  --cloud-x-end: 10vw;
  --cloud-y-start: 0px;
  --cloud-y-end: -4px;
  --cloud-rotation: 0deg;
  --cloud-scale: 1;
  --cloud-duration: 300s;
  --cloud-delay: -30s;
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  user-select: none;
  animation: cloud-sail var(--cloud-duration) linear infinite;
  animation-delay: var(--cloud-delay);
  filter: var(--cloud-filter, none);
  transform: translate3d(calc(var(--cloud-anchor-x) + var(--cloud-x-start)), var(--cloud-y-start), 0) rotate(var(--cloud-rotation)) scale(var(--cloud-scale));
  will-change: transform;
}

.hero-cloud--left {
  --cloud-x-start: -7vw;
  --cloud-x-end: 16vw;
  --cloud-y-end: -7px;
  --cloud-duration: 260s;
  --cloud-delay: -92s;
  top: clamp(70px, 12vw, 142px);
  left: max(-260px, -12vw);
  width: clamp(430px, 43vw, 690px);
  opacity: 0.72;
}

.hero-cloud--right {
  --cloud-x-start: -5vw;
  --cloud-x-end: 13vw;
  --cloud-y-end: 5px;
  --cloud-duration: 230s;
  --cloud-delay: -46s;
  top: clamp(-12px, 2vw, 30px);
  right: max(-180px, -7vw);
  width: clamp(390px, 38vw, 610px);
  opacity: 0.82;
}

.hero-cloud--generated {
  --cloud-x-start: -9vw;
  --cloud-x-end: 15vw;
  --cloud-y-end: 3px;
  --cloud-duration: 360s;
  --cloud-delay: -132s;
  top: clamp(92px, 11vw, 164px);
  right: max(-360px, -18vw);
  z-index: 0;
  width: clamp(620px, 58vw, 980px);
  opacity: 0.3;
}

.hero-cloud--lower {
  --cloud-x-start: -8vw;
  --cloud-x-end: 11vw;
  --cloud-y-end: -6px;
  --cloud-duration: 420s;
  --cloud-delay: -164s;
  right: max(-220px, -9vw);
  bottom: clamp(72px, 15svh, 142px);
  width: clamp(620px, 64vw, 1080px);
  opacity: 0.78;
}

.hero-cloud--bank {
  --cloud-anchor-x: -50%;
  --cloud-x-start: -6vw;
  --cloud-x-end: 8vw;
  --cloud-y-end: -4px;
  --cloud-duration: 480s;
  --cloud-delay: -72s;
  left: 50%;
  bottom: -12px;
  z-index: 2;
  width: min(1180px, 92vw);
  opacity: 0.7;
}

.bee-trail {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 2;
  width: min(520px, 46vw);
  min-width: 320px;
  height: auto;
  opacity: 0.7;
  transform: translateX(-52%);
}

.bee-trail path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
}

.sky-bee {
  position: absolute;
  top: 46px;
  left: calc(50% + 178px);
  z-index: 3;
  display: block;
  width: clamp(42px, 5.4vw, 70px);
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(18, 89, 148, 0.18));
  transform: rotate(12deg);
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 24%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 248, 244, 0), var(--paper) 88%);
}

.hero-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  width: min(1080px, calc(100vw - 40px));
  min-height: 0;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 590px;
  padding-top: 0;
}

.hero-brandline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #03070a;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-logo {
  display: block;
  width: clamp(178px, 20vw, 258px);
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(18, 89, 148, 0.08));
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: rgba(2, 10, 16, 0.56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  max-width: 660px;
  font-size: clamp(52px, 5.9vw, 84px);
  font-weight: 840;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy h1 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-statement {
  max-width: 480px;
  margin: clamp(18px, 1.9vw, 24px) 0 0;
  color: rgba(2, 10, 16, 0.68);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: 0;
}

.app-identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(20px, 2.1vw, 26px);
  padding: 8px 13px 8px 8px;
  color: rgba(2, 10, 16, 0.72);
  background: #fff;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 18px;
  box-shadow: var(--card-shadow);
}

.app-identity img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(17, 19, 17, 0.14);
}

.app-identity div {
  display: grid;
  gap: 1px;
}

.app-identity span {
  color: rgba(2, 10, 16, 0.54);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.app-identity strong {
  color: rgba(2, 10, 16, 0.86);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.08;
}

.hero-subcopy {
  max-width: 450px;
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  color: rgba(2, 10, 16, 0.76);
  font-size: clamp(17px, 1.28vw, 20px);
  font-weight: 650;
  line-height: 1.24;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(760px, 100%);
  margin: clamp(22px, 3vw, 34px) auto 0;
}

.proof-strip span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0;
  color: rgba(29, 29, 31, 0.56);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.proof-strip span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  background: rgba(29, 29, 31, 0.28);
  border-radius: 999px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(520px, 100%);
  min-height: 52px;
  margin: clamp(24px, 2.8vw, 34px) 0 0;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  box-shadow: var(--card-shadow);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.74;
  transform: none;
}

.waitlist-form input[type="email"] {
  min-width: 0;
  min-height: 44px;
  padding: 0 6px 0 17px;
  color: rgba(2, 18, 31, 0.9);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 640;
}

.waitlist-form input[type="email"]::placeholder {
  color: rgba(2, 18, 31, 0.42);
}

.waitlist-form:focus-within {
  border-color: rgba(29, 29, 31, 0.14);
  box-shadow: 0 20px 60px rgba(17, 19, 17, 0.14);
}

.waitlist-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  color: #fff;
  background: rgba(29, 29, 31, 0.92);
  border: 1px solid rgba(29, 29, 31, 0.92);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(29, 29, 31, 0.14);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.1;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.waitlist-form button:hover {
  background: var(--accent-dark);
  box-shadow: 0 18px 50px rgba(15, 64, 60, 0.2);
  transform: translateY(-1px);
}

.waitlist-form.is-loading button {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.waitlist-form.is-invalid {
  border-color: rgba(176, 70, 48, 0.42);
}

.form-status {
  min-height: 20px;
  max-width: 360px;
  margin: 10px 0 0;
  color: rgba(29, 29, 31, 0.54);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.form-status:empty {
  min-height: 0;
  margin-top: 0;
}

.form-status[data-tone="success"] {
  color: var(--accent-dark);
}

.form-status[data-tone="error"] {
  color: #9b3a2f;
}

.form-status a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hero-visual {
  position: relative;
  z-index: 4;
  justify-self: end;
  width: min(292px, 29vw);
  min-width: 244px;
  aspect-ratio: 1320 / 2868;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-fallback-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 44px;
  transform: none;
  transform-origin: center top;
  filter: saturate(0.86) contrast(0.97);
  transition: opacity 220ms ease;
}

.real-screenshot-stage {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: visible;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  transition: opacity 220ms ease;
}

.hero-visual.has-real-screenshots .hero-fallback-image {
  opacity: 0;
}

.hero-visual.has-real-screenshots .real-screenshot-stage {
  opacity: 1;
}

.real-screenshot-cluster {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  place-items: center;
  transform: none;
}

.real-phone {
  position: relative;
  width: 100%;
  aspect-ratio: 1320 / 2868;
  padding: 7px;
  background: #111113;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  box-shadow:
    0 34px 86px rgba(16, 69, 110, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: phone-breathe 7s ease-in-out infinite;
}

.real-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 52px;
  height: 15px;
  border-radius: 999px;
  background: #111311;
  transform: translateX(-50%);
}

.real-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #faf8f0;
  border-radius: 32px;
}

.real-phone--trip {
  z-index: 3;
  width: 100%;
  transform: rotate(1.5deg);
  animation-delay: -2.8s;
}

.hero-visual figcaption {
  display: none;
}

@keyframes phone-breathe {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes cloud-sail {
  from {
    transform: translate3d(calc(var(--cloud-anchor-x) + var(--cloud-x-start)), var(--cloud-y-start), 0) rotate(var(--cloud-rotation)) scale(var(--cloud-scale));
  }

  to {
    transform: translate3d(calc(var(--cloud-anchor-x) + var(--cloud-x-end)), var(--cloud-y-end), 0) rotate(var(--cloud-rotation)) scale(var(--cloud-scale));
  }
}

[data-reveal] {
  opacity: 0.001;
  transform: translateY(32px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-note-rows article[data-reveal],
.flow-steps article[data-reveal],
.comparison-grid article[data-reveal] {
  transition-delay: var(--reveal-delay, 0ms);
}

.site-footer {
  position: relative;
  z-index: 4;
  min-height: 72px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.product-note {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(84px, 11vw, 150px) 0 clamp(72px, 9vw, 116px);
  border-top: 1px solid var(--line);
}

.product-note-copy {
  position: sticky;
  top: 28px;
  align-self: start;
}

.product-note h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(44px, 6.4vw, 86px);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: 0;
}

.product-note-rows {
  display: grid;
  gap: 0;
}

.product-note-rows article {
  display: grid;
  grid-template-columns: 46px minmax(0, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.product-note-rows article:last-child {
  border-bottom: 1px solid var(--line);
}

.product-note-rows span {
  color: rgba(29, 29, 31, 0.38);
  font-size: 12px;
  font-weight: 850;
}

.product-note h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 0.98;
}

.product-note p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 600;
  line-height: 1.38;
}

.section-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 11px 17px;
  color: var(--surface);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(17, 19, 17, 0.12);
  font-size: 14px;
  font-weight: 850;
}

.section-cta:hover {
  background: var(--accent-dark);
}

.how-it-works {
  position: relative;
  z-index: 4;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 138px) 0 clamp(82px, 11vw, 146px);
  border-top: 1px solid var(--line);
  text-align: center;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto clamp(36px, 5vw, 64px);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(44px, 6.8vw, 92px);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: 0;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.flow-steps article {
  min-height: 292px;
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 54px rgba(29, 29, 31, 0.06);
}

.flow-steps span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  color: var(--surface);
  background: var(--ink);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.flow-steps h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.96;
}

.flow-steps p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 1.38;
}

.section-cta--center {
  margin: clamp(26px, 4vw, 42px) auto 0;
}

.why-carry {
  position: relative;
  z-index: 4;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 138px) 0 clamp(82px, 11vw, 146px);
  border-top: 1px solid var(--line);
  text-align: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.comparison-grid article {
  min-height: 286px;
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 54px rgba(29, 29, 31, 0.06);
}

.comparison-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 46px;
  padding: 7px 10px;
  color: rgba(29, 29, 31, 0.68);
  background: rgba(245, 245, 247, 0.92);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.comparison-grid h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.96;
}

.comparison-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 1.38;
}

.document-page,
.lab-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 0;
}

.document-hero,
.document-section {
  max-width: 760px;
}

.document-hero {
  padding-bottom: 40px;
}

.document-hero h1,
.lab-heading h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.96;
}

.document-hero p,
.lab-heading p {
  color: var(--muted);
  font-size: 19px;
}

.document-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.document-section h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05;
}

.document-section p,
.document-section li {
  margin: 0;
  color: var(--muted);
}

.document-section ul {
  margin: 0;
  padding-left: 22px;
}

.lab-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.mockup-workbench {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
}

.mockup-controls,
.mockup-stage {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.mockup-controls {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
}

.mockup-controls h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
}

.control-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.file-picker {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.file-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: var(--surface);
  background: var(--ink);
  border-radius: 8px;
  font-size: 14px;
}

.file-name {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.control-group {
  display: grid;
  gap: 8px;
}

.control-group label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.control-group input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.mockup-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plain-button {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--ink);
  background: #f4f5f1;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.plain-button:hover {
  background: #eceee8;
}

.mockup-stage {
  min-height: 680px;
  padding: clamp(24px, 5vw, 56px);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(29, 107, 99, 0.18), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(220, 174, 75, 0.22), transparent 34%),
    #f5f3ed;
  perspective: var(--mockup-perspective, 1050px);
}

.phone-scene {
  display: grid;
  min-height: 100%;
  place-items: center;
  transform-style: preserve-3d;
}

.phone-shell {
  --rx: 10deg;
  --ry: -24deg;
  --rz: 2deg;
  --scale: 1;
  position: relative;
  width: min(300px, 72vw);
  aspect-ratio: 390 / 844;
  padding: 13px;
  overflow: hidden;
  border: 10px solid #111412;
  border-radius: 42px;
  background: #111412;
  box-shadow: var(--shadow);
  transform: rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz)) scale(var(--scale));
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.phone-shell::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 4;
  width: 78px;
  height: 22px;
  border-radius: 999px;
  background: #111412;
  transform: translateX(-50%);
}

.phone-shell::after {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: 3;
  pointer-events: none;
  border-radius: 30px;
  background: linear-gradient(118deg, rgba(255, 255, 255, var(--glare, 0.24)), transparent 34%, rgba(255, 255, 255, 0.03) 72%);
  mix-blend-mode: screen;
}

.phone-screen,
.screen-empty {
  position: absolute;
  inset: 13px;
  border-radius: 30px;
}

.phone-screen {
  z-index: 1;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  object-fit: cover;
  background: #f9f8f2;
  opacity: 0;
}

.phone-shell.has-screen .phone-screen {
  opacity: 1;
}

.screen-empty {
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  text-align: center;
  background: #f9f8f2;
  border: 1px dashed rgba(21, 22, 21, 0.22);
}

.phone-shell.has-screen .screen-empty {
  display: none;
}

.mockup-output {
  min-height: 40px;
  padding: 10px 12px;
  color: var(--muted);
  background: #f7f7f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

@media (max-width: 820px) {
  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    align-items: start;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-visual {
    justify-self: center;
    width: min(280px, 64vw);
    min-width: 0;
  }

  .product-note {
    grid-template-columns: 1fr;
  }

  .product-note-copy {
    position: static;
  }

  .product-note-rows article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .product-note-rows p {
    grid-column: 2;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .flow-steps article {
    min-height: 0;
  }

  .comparison-grid article {
    min-height: 0;
  }

  .flow-steps span {
    margin-bottom: 34px;
  }

  .comparison-grid span {
    margin-bottom: 34px;
  }

  .mockup-workbench {
    grid-template-columns: 1fr;
  }

  .mockup-stage {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  .document-page,
  .lab-page,
  .how-it-works,
  .why-carry {
    width: min(100% - 32px, 1120px);
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
  }

  .home-page.has-scroll-nav-ready .site-header {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    right: 16px;
    left: 16px;
    z-index: 30;
    width: auto;
    min-height: 54px;
    margin: 0;
    padding: 0 8px 0 12px;
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 20px;
    box-shadow: 0 16px 46px rgba(22, 103, 168, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, calc(-100% - 18px), 0);
    transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease;
  }

  .home-page.has-scroll-nav-ready.show-mobile-nav .site-header {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .nav-left {
    display: none;
  }

  nav {
    gap: 14px;
  }

  .brand {
    justify-self: start;
  }

  .brand-logo {
    width: 112px;
  }

  .nav-cta {
    display: none;
  }

  .home-page.has-scroll-nav-ready .nav-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero-home {
    min-height: auto;
    padding: 26px 16px 32px;
    text-align: center;
  }

  .hero-sky {
    inset: -72px 0 0;
  }

  .hero-cloud--left {
    --cloud-x-start: -22vw;
    --cloud-x-end: 32vw;
    top: 196px;
    left: -250px;
    width: 470px;
    opacity: 0.28;
  }

  .hero-cloud--right {
    --cloud-x-start: -18vw;
    --cloud-x-end: 28vw;
    top: 122px;
    right: -260px;
    width: 420px;
    opacity: 0.26;
  }

  .hero-cloud--generated {
    --cloud-x-start: -28vw;
    --cloud-x-end: 24vw;
    top: 168px;
    right: -420px;
    width: 780px;
    opacity: 0.22;
  }

  .hero-cloud--lower {
    --cloud-x-start: -24vw;
    --cloud-x-end: 24vw;
    right: -300px;
    bottom: 96px;
    width: 780px;
    opacity: 0.68;
  }

  .hero-cloud--bank {
    --cloud-x-start: -20vw;
    --cloud-x-end: 18vw;
    bottom: -24px;
    width: 900px;
    opacity: 0.62;
  }

  .bee-trail {
    display: none;
  }

  .sky-bee {
    top: 42px;
    right: 26px;
    left: auto;
    display: block;
    width: 34px;
    opacity: 0.78;
  }

  .hero-layout {
    width: min(100%, 620px);
    min-height: 0;
    justify-items: center;
    gap: 20px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    width: min(100%, 336px);
    max-width: 336px;
    text-align: center;
  }

  .hero-brandline {
    margin-bottom: 14px;
  }

  .hero-logo {
    width: min(204px, 58vw);
  }

  h1 {
    max-width: 336px;
    font-size: clamp(38px, 10.25vw, 44px);
    line-height: 0.99;
  }

  .hero-statement,
  .hero-subcopy {
    max-width: 326px;
  }

  .hero-statement {
    margin: 15px auto 0;
    font-size: clamp(17px, 4.38vw, 19px);
    font-weight: 700;
    line-height: 1.22;
  }

  .app-identity {
    gap: 10px;
    margin: 18px auto 0;
    padding: 6px 12px 6px 6px;
    border-radius: 16px;
  }

  .app-identity img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .app-identity span {
    font-size: 11px;
  }

  .app-identity strong {
    font-size: 14px;
  }

  .hero-subcopy {
    margin-top: 14px;
    font-size: clamp(16px, 4.2vw, 19px);
    line-height: 1.22;
  }

  .proof-strip {
    display: none;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    width: min(326px, 100%);
    margin: 20px auto 0;
    padding: 4px;
    border-radius: 22px;
  }

  .waitlist-form input[type="email"] {
    min-height: 38px;
    padding: 0 12px;
    text-align: center;
  }

  .waitlist-form button {
    min-height: 44px;
    width: 100%;
  }

  .hero-visual {
    width: min(214px, 56vw);
    min-width: 0;
    height: auto;
    margin-top: 0;
    border-radius: 0;
  }

  .real-screenshot-cluster {
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .real-phone {
    width: 100%;
    padding: 6px;
    border-radius: 32px;
  }

  .real-phone::before {
    top: 11px;
    width: 38px;
    height: 11px;
  }

  .real-phone img {
    border-radius: 25px;
  }

  .real-phone--trip {
    width: 100%;
    transform: rotate(1.5deg);
  }

  .hero-visual figcaption {
    display: none;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .how-it-works {
    padding-top: 58px;
  }

  .why-carry {
    padding-top: 58px;
  }

  .flow-steps {
    gap: 12px;
  }

  .comparison-grid {
    gap: 12px;
  }

  .flow-steps article {
    padding: 22px;
    border-radius: 22px;
  }

  .comparison-grid article {
    padding: 22px;
    border-radius: 22px;
  }

  .flow-steps span {
    width: 36px;
    height: 36px;
    margin-bottom: 28px;
    font-size: 16px;
  }

  .comparison-grid span {
    margin-bottom: 28px;
  }

  .product-note {
    width: min(100% - 32px, 1120px);
    padding-top: 70px;
  }

  .product-note h2,
  .section-heading h2 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.94;
  }

  .product-note h3,
  .flow-steps h3,
  .comparison-grid h3 {
    font-size: clamp(26px, 7.8vw, 34px);
  }

  .launch-details {
    width: min(100% - 40px, 720px);
    padding-top: 58px;
  }

  .launch-details h2 {
    font-size: 36px;
  }

  .launch-details__intro > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .launch-faq {
    margin-top: 38px;
  }

  [data-reveal] {
    transform: translateY(20px);
  }
}

.scene-tuner {
  position: fixed;
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 1000;
  width: min(300px, calc(100vw - 24px));
  max-height: min(620px, calc(100svh - 24px));
  overflow: hidden;
  color: #111;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(12, 43, 70, 0.18);
  font: 500 12px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scene-tuner__header {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px 9px 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.scene-tuner__header div {
  display: grid;
  gap: 2px;
}

.scene-tuner__header strong {
  font-size: 13px;
  font-weight: 700;
}

.scene-tuner__header span {
  color: rgba(17, 17, 17, 0.52);
  font-size: 10px;
}

.scene-tuner button {
  min-height: 30px;
  padding: 0 10px;
  color: #111;
  background: #f3f5f7;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 6px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.scene-tuner button:focus-visible {
  outline: 2px solid #159fec;
  outline-offset: 2px;
}

.scene-tuner__body {
  display: grid;
  max-height: min(460px, calc(100svh - 140px));
  overflow-y: auto;
  padding: 4px 12px 8px;
}

.scene-tuner__choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  font-weight: 620;
}

.scene-tuner__choice select {
  min-width: 0;
  min-height: 32px;
  padding: 0 28px 0 9px;
  color: #111;
  background-color: #f3f5f7;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 6px;
  font: inherit;
  font-weight: 650;
}

.scene-tuner__choice select:focus-visible {
  outline: 2px solid #159fec;
  outline-offset: 2px;
}

.scene-tuner__control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
  min-height: 48px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.scene-tuner__control > span {
  font-weight: 620;
}

.scene-tuner__control output {
  color: rgba(17, 17, 17, 0.58);
  font-variant-numeric: tabular-nums;
}

.scene-tuner__control input {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: #159fec;
}

.scene-tuner__footer {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.scene-tuner__footer output {
  min-width: 0;
  margin-left: auto;
  color: rgba(17, 17, 17, 0.52);
  font-size: 10px;
}

.scene-tuner.is-collapsed .scene-tuner__body,
.scene-tuner.is-collapsed .scene-tuner__footer {
  display: none;
}

.scene-tuner.is-collapsed {
  width: min(230px, calc(100vw - 24px));
}

@media (max-width: 480px) {
  .scene-tuner {
    max-height: min(58svh, 500px);
  }

  .scene-tuner__body {
    max-height: calc(58svh - 96px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-cloud {
    animation: none;
  }

  .launch-icon-depth {
    transform: none;
  }

  .launch-icon-layer--background {
    transform: scale(1.025);
  }

  .launch-icon-layer--letters,
  .launch-icon-layer--cat {
    transform: none;
  }

  .launch-icon-cat-art {
    animation: none;
  }

  .launch-icon-reflection::after {
    display: none;
  }

}
