:root {
  --launch-paper: oklch(0.982 0.012 83);
  --launch-surface: oklch(0.997 0.003 83);
  --launch-ink: oklch(0.225 0.016 72);
  --launch-muted: oklch(0.48 0.025 72);
  --launch-line: oklch(0.87 0.03 81);
  --launch-action: oklch(0.67 0.15 64);
  --launch-action-deep: oklch(0.52 0.14 58);
  --launch-teal: oklch(0.42 0.065 195);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--launch-surface);
  color: var(--launch-ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.launch-header {
  width: min(100% - 36px, 1240px);
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  border-bottom: 1px solid var(--launch-line);
}

.launch-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.launch-brand img {
  width: auto;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
}
.launch-brand span { min-width: 0; display: grid; }
.launch-brand strong { font-family: "Montserrat", Arial, sans-serif; font-size: 0.94rem; }
.launch-brand small { color: var(--launch-muted); font-size: 0.72rem; }

.launch-account-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--launch-teal);
  font-weight: 700;
  text-decoration: none;
}

.launch-account-link:hover { color: var(--launch-action-deep); }

.launch-account-link:focus-visible,
.launch-choice:focus-visible,
.launch-footer a:focus-visible,
.launch-brand:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--launch-action) 55%, var(--launch-paper));
  outline-offset: 3px;
}

.launch-article,
.launch-next,
.launch-footer {
  width: min(100% - 36px, 1120px);
  margin-inline: auto;
}

.launch-heading {
  max-width: 860px;
  padding: clamp(54px, 8vw, 96px) 0 34px;
}

.launch-kicker {
  margin: 0 0 12px;
  color: var(--launch-action-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0;
}

.launch-heading h1,
.launch-next h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-wrap: balance;
}

.launch-heading h1 { max-width: 22ch; font-size: 4.6rem; }
.launch-lead { max-width: 68ch; margin: 22px 0 0; color: var(--launch-muted); font-size: 1.08rem; }

.launch-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: oklch(0.19 0.012 72);
  box-shadow: 0 18px 44px oklch(0.2 0.02 72 / 0.12);
}

.launch-video :is(video, iframe) { width: 100%; height: 100%; display: block; border: 0; }

.launch-body {
  max-width: 72ch;
  margin: 42px auto 0;
  font-size: 1.05rem;
  line-height: 1.75;
}

.launch-body p { margin: 0 0 1.35em; }

.launch-next {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(42px, 8vw, 92px);
  align-items: start;
  margin-top: clamp(64px, 10vw, 118px);
  padding: clamp(38px, 6vw, 68px);
  border-radius: 8px;
  background: var(--launch-paper);
}

.launch-next h2 { max-width: 14ch; font-size: 2.7rem; }
.launch-next-copy > p:last-child { max-width: 52ch; margin: 20px 0 0; color: var(--launch-muted); }
.launch-choices { display: grid; gap: 10px; }
.launch-choices form { margin: 0; }

.launch-choice {
  width: 100%;
  min-height: 76px;
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-surface);
  color: var(--launch-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: translate 180ms cubic-bezier(0.16, 1, 0.3, 1), border-color 180ms ease, background-color 180ms ease;
}

.launch-choice strong { font-family: "Montserrat", Arial, sans-serif; font-size: 0.98rem; font-weight: 600; }
.launch-choice span { color: var(--launch-muted); font-size: 0.82rem; }
.launch-choice:hover { translate: 3px 0; border-color: var(--launch-action); }
.launch-choice--primary { border-color: var(--launch-action-deep); background: var(--launch-action-deep); color: oklch(0.985 0.005 82); }
.launch-choice--primary span { color: oklch(0.93 0.025 77); }
.launch-choice--featured {
  border-color: var(--launch-teal);
  background: color-mix(in oklch, var(--launch-teal) 7%, var(--launch-surface));
}
.launch-choice--conversation {
  border-color: color-mix(in oklch, var(--launch-action) 58%, var(--launch-line));
  background: color-mix(in oklch, var(--launch-action) 9%, var(--launch-surface));
}

.launch-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 72px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--launch-line);
  color: var(--launch-muted);
  font-size: 0.78rem;
}

.launch-footer p { margin: 0; }
.launch-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.launch-footer a { min-height: 32px; display: inline-flex; align-items: center; color: var(--launch-teal); font-weight: 700; }

@media (max-width: 1040px) {
  .launch-heading h1 { font-size: 3.6rem; }
  .launch-next h2 { font-size: 2.3rem; }
}

@media (max-width: 760px) {
  .launch-header { min-height: 68px; }
  .launch-brand small { display: none; }
  .launch-brand img { width: auto; height: 48px; }
  .launch-account-link { font-size: 0.82rem; }
  .launch-heading { padding-top: 46px; }
  .launch-heading h1 { font-size: 2.25rem; overflow-wrap: normal; word-break: normal; }
  .launch-next h2 { font-size: 2rem; }
  .launch-next { grid-template-columns: 1fr; gap: 30px; padding: 28px 18px; }
  .launch-next h2 { max-width: 18ch; }
  .launch-footer { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .launch-choice { transition: none; }
  .launch-choice:hover { translate: none; }
}
