@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --launch-ink: #17231f;
  --launch-ink-soft: #22332d;
  --launch-paper: #f3f0e8;
  --launch-white: #fff;
  --launch-blue: #2d66e8;
  --launch-blue-bright: #7da6ff;
  --launch-electric: #e7c8a2;
  --launch-cyan: #8fb7aa;
  --launch-line: rgba(255, 255, 255, 0.15);
  --launch-muted: #66716b;
  --launch-shell: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--launch-ink);
  background: var(--launch-paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: var(--launch-ink);
  background: #f4e5ce;
  border-radius: 0.6rem;
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.launch-shell {
  width: min(calc(100% - 2.5rem), var(--launch-shell));
  margin-inline: auto;
}

.launch-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--launch-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(13, 22, 18, 0.78), transparent);
}

.launch-header__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.launch-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.launch-logo img {
  border-radius: 0.7rem;
  box-shadow: 0 10px 28px rgba(7, 15, 12, 0.24);
}

.launch-logo b {
  color: #8db1ff;
}

.launch-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-left: auto;
}

.launch-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.launch-nav a:hover,
.launch-nav a:focus-visible {
  color: #fff;
}

.launch-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.05rem;
  color: var(--launch-ink);
  background: #fff;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
}

.launch-header__cta i {
  margin-left: 0.5rem;
}

.launch-header__cta img {
  width: 22px;
  height: 22px;
  margin-right: 0.5rem;
}

.launch-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: #fff;
  background: #121b18;
}

.launch-hero__media,
.launch-hero__media img,
.launch-hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.launch-hero__media img {
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.8;
  filter: saturate(0.66) sepia(0.12) contrast(1.04);
  transform: scale(1.03);
  animation: heroDrift 16s ease-out both;
}

.launch-hero__wash {
  background:
    radial-gradient(circle at 72% 46%, rgba(181, 91, 56, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(12, 22, 18, 0.98) 0%, rgba(12, 22, 18, 0.88) 35%, rgba(12, 22, 18, 0.38) 66%, rgba(12, 22, 18, 0.38) 100%),
    linear-gradient(180deg, rgba(12, 22, 18, 0.32), transparent 30%, rgba(12, 22, 18, 0.92));
}

.launch-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(470px, 1.04fr);
  align-items: start;
  gap: clamp(2.5rem, 4.5vw, 5.5rem);
  min-height: 780px;
  padding-top: 130px;
  padding-bottom: 35px;
}

.launch-hero__copy {
  min-width: 0;
  max-width: 650px;
  animation: riseIn 760ms 80ms ease-out both;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  padding: 0.48rem 0.8rem;
  border: 1px solid rgba(125, 166, 255, 0.5);
  border-radius: 999px;
  color: #b8ceff;
  background: rgba(18, 29, 24, 0.62);
  backdrop-filter: blur(14px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.launch-status img {
  width: 22px;
  height: 22px;
  filter: invert(1);
}

.launch-status__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--launch-electric);
  box-shadow: 0 0 0 0 rgba(231, 200, 162, 0.58);
  animation: statusPulse 2s ease-out infinite;
}

.launch-lockup {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.launch-lockup__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}

.launch-lockup__brand img {
  width: 40px;
  height: 40px;
}

.launch-lockup__brand:first-child img {
  filter: invert(1);
}

.launch-lockup__times {
  color: rgba(255, 255, 255, 0.38);
}

.launch-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.2rem, 4.6vw, 4.8rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.launch-hero__lead {
  max-width: 40rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.55;
}

.launch-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.launch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

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

.launch-button:focus-visible,
.launch-header__cta:focus-visible,
.prompt-card:focus-visible,
.launch-nav a:focus-visible,
.launch-logo:focus-visible {
  outline: 3px solid #e7c8a2;
  outline-offset: 4px;
}

.launch-button--primary {
  color: #fff;
  background: var(--launch-blue);
  box-shadow: 0 12px 38px rgba(25, 73, 180, 0.36), inset 0 1px rgba(255, 255, 255, 0.22);
}

.launch-button--primary:hover {
  background: #2456c7;
  box-shadow: 0 16px 46px rgba(25, 73, 180, 0.48);
}

.launch-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(7, 16, 31, 0.28);
  backdrop-filter: blur(12px);
}

.launch-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.launch-button__arrow {
  display: inline-grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.7rem;
  color: #2456c7;
  background: #fff;
  border-radius: 50%;
}

.launch-hero__note {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.86rem;
}

.chat-demo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  color: var(--launch-ink);
  background: rgba(248, 246, 240, 0.94);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38), 0 0 100px rgba(185, 88, 54, 0.1);
  backdrop-filter: blur(22px) saturate(1.15);
  transform: perspective(1400px) rotateY(-5deg) rotateX(1deg);
  transform-origin: center right;
  animation: demoIn 900ms 160ms cubic-bezier(0.2, 0.85, 0.25, 1) both;
}

.chat-demo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.chat-demo__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #dfe4ed;
  background: rgba(255, 255, 255, 0.75);
}

.chat-demo__app {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.chat-demo__app img {
  border-radius: 0.62rem;
}

.chat-demo__app .chat-demo__brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid #d9ddd8;
  border-radius: 10px;
  background: #fff;
}

.chat-demo__brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.chat-demo__app span,
.chat-demo__app small {
  display: block;
}

.chat-demo__app b {
  font-size: 0.92rem;
}

.chat-demo__app small {
  margin-top: 0.05rem;
  color: var(--launch-muted);
  font-size: 0.72rem;
}

.chat-demo__live {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #2d6741;
  font-size: 0.76rem;
  font-weight: 700;
}

.chat-demo__live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #45c36a;
}

.chat-demo__body {
  padding: 1.3rem;
}

.chat-demo__prompt {
  max-width: 82%;
  margin-left: auto;
  padding: 0.9rem 1rem;
  border-radius: 18px 18px 4px 18px;
  color: #fff;
  background: #276b62;
  font-size: 0.9rem;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(27, 83, 75, 0.2);
}

.chat-demo__answer {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 0.7rem;
  margin: 1.15rem 0 0.9rem;
}

.chat-demo__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dfe4df;
}

.chat-demo__mark img {
  width: 24px;
  height: 24px;
}

.chat-demo__answer p {
  margin: 0.2rem 0 0;
  color: #333d4d;
  font-size: 0.85rem;
  line-height: 1.45;
}

.listing-stack {
  display: grid;
  gap: 0.62rem;
}

.listing-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 0.8rem;
  overflow: hidden;
  padding: 0.62rem 0.75rem 0.62rem 0.62rem;
  border: 1px solid #e2e6ec;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 16px rgba(19, 31, 54, 0.07);
}

.listing-card--feature {
  border-color: rgba(39, 107, 98, 0.38);
  box-shadow: 0 10px 25px rgba(39, 107, 98, 0.1);
}

.listing-card img {
  width: 72px;
  height: 58px;
  border-radius: 11px;
  object-fit: cover;
}

.listing-card__body {
  min-width: 0;
}

.listing-card__body h2 {
  margin: 0;
  overflow: hidden;
  font: 700 0.82rem/1.3 "DM Sans", sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listing-card__body p {
  margin: 0.2rem 0 0;
  color: var(--launch-muted);
  font-size: 0.72rem;
}

.listing-card__tag {
  display: inline-block;
  margin-bottom: 0.18rem;
  color: #276b62;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-card__score {
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  color: #276b62;
  background: #e3eee9;
  font-size: 0.68rem;
  font-weight: 700;
}

.chat-demo__caption {
  margin: 0.65rem 0 0;
  color: #7b837f;
  font-size: 0.65rem;
  text-align: right;
}

.intent-rail {
  overflow: hidden;
  padding: 1.05rem 0;
  color: var(--launch-ink);
  background: #dfc7a8;
}

.intent-rail__track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 2rem);
  min-width: max-content;
  padding-inline: 1rem;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intent-rail i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #9b4d32;
}

.manifesto {
  padding: clamp(6rem, 12vw, 11rem) 0;
  color: #fff;
  background: var(--launch-ink);
}

.manifesto__grid {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 3rem;
}

.section-index {
  margin: 0;
  color: var(--launch-blue-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.manifesto h2,
.section-heading h2,
.capabilities__headline h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.manifesto h2 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 8vw, 8.5rem);
}

.manifesto__grid > div > p {
  max-width: 48rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.65;
}

.prompt-gallery {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.9rem, 6vw, 6rem);
}

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.prompt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 330px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid #d6d0c5;
  border-radius: 10px;
  text-decoration: none;
  background: #f8f6f0;
  box-shadow: 0 14px 42px rgba(28, 36, 32, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.prompt-card:hover {
  transform: translateY(-4px);
  border-color: #a8927f;
  box-shadow: 0 24px 58px rgba(28, 36, 32, 0.1);
}

.prompt-card--relocation {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(18, 31, 26, 0.35), rgba(18, 31, 26, 0.93)),
    url("/assets/images/chatgpt/flathunt-chatgpt-hero-960w.webp") center / cover;
}

.prompt-card--student {
  color: #fff;
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(10, 19, 34, 0.32), rgba(10, 19, 34, 0.94)),
    url("/assets/images/generated/chatgpt/real-search-student-900w.webp") center / cover;
}

.prompt-card--couple {
  color: #f7f4ec;
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(15, 25, 22, 0.3), rgba(15, 25, 22, 0.94)),
    url("/assets/images/generated/chatgpt/real-search-pet-friendly-900w.webp") center / cover;
}

.prompt-card--compare {
  color: #fff;
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(17, 22, 31, 0.3), rgba(17, 22, 31, 0.95)),
    url("/assets/images/generated/chatgpt/real-search-compare-900w.webp") center / cover;
}

.prompt-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 8px;
  background: #b95836;
}

.prompt-card__number {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.prompt-card p {
  position: relative;
  z-index: 1;
  max-width: 23ch;
  margin: auto 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 2.6vw, 2.9rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.prompt-card__action {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 700;
}

.capabilities {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid #dfe3eb;
  background: #e9e6de;
}

.capabilities__headline {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 3rem;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.capabilities__headline h2 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.capability-list {
  border-top: 1px solid #cfd5df;
}

.capability-list article {
  display: grid;
  grid-template-columns: 0.28fr 0.8fr 1.2fr;
  gap: 2rem;
  align-items: baseline;
  padding: 2rem 0;
  border-bottom: 1px solid #cfd5df;
}

.capability-list article > span {
  color: #9e5237;
  font-size: 0.78rem;
  font-weight: 700;
}

.capability-list h3 {
  margin: 0;
  font: 600 clamp(1.55rem, 2.4vw, 2.25rem)/1.15 "Fraunces", serif;
  letter-spacing: -0.035em;
}

.capability-list p {
  max-width: 39rem;
  margin: 0;
  color: var(--launch-muted);
  font-size: 1.02rem;
}

.steps {
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(78, 117, 207, 0.2), transparent 26rem),
    radial-gradient(circle at 3% 54%, rgba(187, 151, 119, 0.12), transparent 28rem),
    #2f2b2a;
}

.connect-guide__intro {
  display: grid;
  grid-template-columns: 0.55fr 1.35fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.connect-guide__intro .section-index {
  color: #e8ad87;
  align-self: start;
}

.connect-guide__intro h2 {
  max-width: 12ch;
  margin: 0;
  font: 600 clamp(3rem, 6vw, 6.2rem)/0.96 "Fraunces", serif;
  letter-spacing: -0.055em;
}

.connect-guide__intro > p:last-child {
  grid-column: 2;
  max-width: 45rem;
  margin: -1.2rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.connect-path {
  display: flex;
  flex-direction: column;
  gap: clamp(6rem, 10vw, 9rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.connect-step {
  position: relative;
}

.connect-step:not(:last-child)::after {
  position: absolute;
  bottom: clamp(-7.2rem, -8vw, -5.3rem);
  z-index: 2;
  color: rgba(232, 173, 135, 0.72);
  font: 300 clamp(2.5rem, 4vw, 4rem)/1 "DM Sans", sans-serif;
  transform: rotate(9deg);
}

.connect-step:nth-child(1)::after {
  right: 17%;
  content: "↙";
}

.connect-step:nth-child(2)::after {
  left: 17%;
  content: "↘";
  transform: rotate(-9deg);
}

.connect-step:nth-child(3)::after {
  right: 17%;
  content: "↙";
}

.connect-step__number,
.connect-route__label,
.connect-step__eyebrow {
  color: #c47d5a;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.connect-step__heading {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.connect-step__heading .connect-step__number {
  flex: 0 0 3.5rem;
  padding-top: 0.45rem;
}

.connect-step__eyebrow {
  margin: 0 0 0.7rem;
}

.connect-step h3,
.connect-route h4 {
  margin: 0;
  color: inherit;
  font: 600 clamp(2rem, 4vw, 3.7rem)/1.02 "Fraunces", serif;
  letter-spacing: -0.045em;
}

.connect-step--choice {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: var(--launch-ink);
  background: #f4f1eb;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: clamp(1.5rem, 3vw, 2.6rem);
  box-shadow: 0 40px 90px rgba(8, 11, 10, 0.24);
}

.connect-step--choice .connect-step__heading {
  padding: clamp(0.5rem, 1.5vw, 1.2rem) clamp(0.25rem, 1vw, 0.8rem) 0;
}

.connect-routes {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto minmax(270px, 0.65fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: stretch;
}

.connect-route {
  overflow: hidden;
  border-radius: 1.5rem;
}

.connect-route--directory {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: 0;
  align-items: center;
  background: #fff;
  border: 1px solid #deddd8;
}

.connect-shot {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(32, 44, 40, 0.12);
  border-radius: 1.5rem;
  box-shadow: 0 30px 70px rgba(9, 14, 12, 0.2);
}

.connect-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connect-shot--directory {
  height: 100%;
  min-height: 350px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.connect-shot--directory img {
  object-position: 18% center;
}

.connect-route__copy {
  padding: clamp(1.35rem, 2.5vw, 2.5rem);
}

.connect-route h4 {
  margin-top: 0.75rem;
  font-size: clamp(1.75rem, 2.5vw, 2.55rem);
}

.connect-route p {
  margin: 1rem 0 0;
  color: var(--launch-muted);
}

.connect-routes__or {
  align-self: center;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #6a625e;
  background: #e8e3da;
  border-radius: 50%;
  font: 700 0.72rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.connect-route--direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.7rem, 3.5vw, 3rem);
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(125, 166, 255, 0.28), transparent 15rem),
    #1e2c4d;
}

.connect-route--direct > img {
  width: 74px;
  height: 74px;
  margin-bottom: 1.8rem;
  padding: 0.78rem;
  filter: invert(1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.25rem;
}

.connect-route--direct .connect-route__label,
.connect-route--direct p {
  color: rgba(255, 255, 255, 0.72);
}

.connect-route__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  margin-top: 1.8rem;
  padding: 0.95rem 1.1rem;
  color: #fff;
  background: var(--launch-blue);
  border-radius: 0.8rem;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.connect-route__cta:hover {
  color: #fff;
  background: #2456c7;
  transform: translateY(-2px);
}

.connect-step--media-left,
.connect-step--media-right {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: center;
}

.connect-step--media-right {
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}

.connect-step__copy {
  max-width: 30rem;
}

.connect-step__copy .connect-step__number {
  display: block;
  margin-bottom: clamp(2rem, 4vw, 4.2rem);
}

.connect-step__copy h3 {
  max-width: 9ch;
}

.connect-step__copy > p:not(.connect-step__eyebrow) {
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.connect-step__copy > a {
  display: inline-block;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 0.3em;
}

.connect-step__copy > a:hover {
  color: #a9c2ff;
}

.connect-shot--plugin {
  aspect-ratio: 1.4;
  transform: rotate(-1deg);
}

.connect-shot--installed img {
  height: calc(100% + 28px);
  transform: translateY(-15px);
}

.connect-shot--results {
  aspect-ratio: 1.39;
  transform: rotate(-1deg);
}

.connect-shot figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.55rem 0.75rem;
  color: var(--launch-ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 35, 31, 0.1);
  border-radius: 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.connect-step__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.connect-step__chips li {
  padding: 0.55rem 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
}

.connect-guide__finish {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(4.5rem, 9vw, 8rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.connect-guide__finish span {
  color: #e8ad87;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.connect-guide__finish p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.launch-button--electric {
  color: #fff;
  background: var(--launch-blue);
  box-shadow: 0 15px 34px rgba(25, 73, 180, 0.32);
}

.launch-button--electric:hover {
  background: #2456c7;
}

.launch-button--electric span {
  margin-left: 0.65rem;
}

.faq {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: #fff;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.faq h2 {
  max-width: 10ch;
  margin-top: 1.4rem;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.faq__intro > p:last-child {
  max-width: 26rem;
  margin: 1.5rem 0 0;
  color: var(--launch-muted);
  font-size: 1.05rem;
}

.faq__items {
  border-top: 1px solid #dce1e9;
}

.faq details {
  border-bottom: 1px solid #dce1e9;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
}

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

.faq summary i {
  transition: transform 180ms ease;
}

.faq details[open] summary i {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 44rem;
  margin: -0.25rem 0 1.5rem;
  color: var(--launch-muted);
  line-height: 1.7;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(7rem, 14vw, 13rem) 0;
  color: #fff;
  background: var(--launch-ink);
}

.final-cta__orb {
  position: absolute;
  right: -8vw;
  bottom: -30vw;
  width: min(70vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, #91b2ff, #2d66e8 35%, rgba(45, 102, 232, 0) 70%);
  opacity: 0.62;
  filter: blur(8px);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 8vw, 8.5rem);
}

.launch-button--large {
  min-height: 62px;
  margin-top: 2.5rem;
  padding-inline: 1.6rem;
  font-size: 1.04rem;
}

.final-cta__note {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.launch-footer {
  padding: 3rem 0 2rem;
  color: rgba(255, 255, 255, 0.64);
  background: #0d1512;
}

.launch-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.launch-footer .launch-logo {
  color: #fff;
}

.launch-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.launch-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.launch-footer nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  text-decoration: none;
}

.launch-footer nav a:hover {
  color: #fff;
}

.launch-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.75rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes riseIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes demoIn {
  from { opacity: 0; transform: perspective(1400px) rotateY(-5deg) rotateX(1deg) translateY(38px) scale(0.97); }
  to { opacity: 1; transform: perspective(1400px) rotateY(-5deg) rotateX(1deg) translateY(0) scale(1); }
}

@keyframes heroDrift {
  from { transform: scale(1.08); }
  to { transform: scale(1.03); }
}

@keyframes statusPulse {
  70% { box-shadow: 0 0 0 9px rgba(231, 200, 162, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 200, 162, 0); }
}

@media (max-width: 1040px) {
  .launch-nav {
    display: none;
  }

  .launch-header__cta {
    margin-left: auto;
  }

  .launch-hero {
    min-height: auto;
  }

  .launch-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .launch-hero__copy {
    max-width: 760px;
  }

  .launch-hero h1 {
    max-width: 11ch;
  }

  .chat-demo {
    width: min(100%, 720px);
    margin-left: auto;
    transform: none;
  }

  .prompt-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .connect-routes {
    grid-template-columns: 1fr;
  }

  .connect-routes__or {
    justify-self: center;
    margin-block: -0.25rem;
  }

  .connect-step--media-left,
  .connect-step--media-right {
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  .launch-shell {
    width: min(calc(100% - 1.5rem), var(--launch-shell));
  }

  .launch-header__inner {
    min-height: 70px;
  }

  .launch-header__cta {
    min-height: 42px;
    padding: 0.65rem 0.85rem;
    font-size: 0.8rem;
  }

  .launch-header__cta i {
    display: none;
  }

  .launch-logo {
    font-size: 1.05rem;
  }

  .launch-logo img {
    width: 31px;
    height: 31px;
  }

  .launch-hero__media img {
    object-position: 68% center;
  }

  .launch-hero__wash {
    background:
      linear-gradient(180deg, rgba(12, 22, 18, 0.66), rgba(12, 22, 18, 0.94) 48%, rgba(12, 22, 18, 0.99));
  }

  .launch-hero__grid {
    gap: 3rem;
    padding-top: 120px;
    padding-bottom: 55px;
  }

  .launch-status {
    margin-bottom: 1.35rem;
    font-size: 0.69rem;
  }

  .launch-lockup {
    font-size: 0.8rem;
  }

  .launch-hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 13.6vw, 4.5rem);
    line-height: 0.96;
  }

  .launch-hero__actions,
  .launch-button {
    width: 100%;
  }

  .launch-button--ghost {
    width: auto;
  }

  .chat-demo {
    border-radius: 20px;
  }

  .chat-demo__body {
    padding: 0.85rem;
  }

  .chat-demo__prompt {
    max-width: 94%;
    font-size: 0.8rem;
  }

  .listing-card {
    grid-template-columns: 56px 1fr auto;
    gap: 0.55rem;
  }

  .listing-card img {
    width: 56px;
    height: 52px;
  }

  .listing-card__body h2 {
    font-size: 0.72rem;
  }

  .listing-card__body p,
  .listing-card__score {
    font-size: 0.61rem;
  }

  .intent-rail__track {
    justify-content: flex-start;
    animation: railMove 18s linear infinite alternate;
  }

  .manifesto__grid,
  .section-heading,
  .capabilities__headline,
  .faq__grid,
  .connect-guide__intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .connect-guide__intro > p:last-child {
    grid-column: 1;
    margin-top: 0;
  }

  .manifesto h2 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .section-heading h2,
  .capabilities__headline h2,
  .faq h2 {
    font-size: clamp(2.7rem, 13vw, 4.25rem);
  }

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

  .prompt-card {
    grid-column: auto;
    min-height: 310px;
  }

  .prompt-card p {
    font-size: clamp(1.65rem, 7.6vw, 2.45rem);
  }

  .capability-list article {
    grid-template-columns: 42px 1fr;
    gap: 0.8rem;
  }

  .capability-list article p {
    grid-column: 2;
  }

  .connect-path {
    gap: 5.4rem;
  }

  .connect-step:not(:last-child)::after,
  .connect-step:nth-child(2)::after {
    right: auto;
    bottom: -4.3rem;
    left: 50%;
    content: "↓";
    font-size: 2.4rem;
    transform: translateX(-50%);
  }

  .connect-step--choice {
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .connect-step__heading {
    gap: 0.7rem;
    padding-inline: 0.35rem;
  }

  .connect-step__heading .connect-step__number {
    flex-basis: 2.6rem;
  }

  .connect-step h3 {
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }

  .connect-route--directory,
  .connect-step--media-left,
  .connect-step--media-right {
    grid-template-columns: 1fr;
  }

  .connect-shot--directory {
    min-height: 245px;
  }

  .connect-route--directory .connect-route__copy {
    padding-top: 0.5rem;
  }

  .connect-route--direct > img {
    width: 64px;
    height: 64px;
  }

  .connect-step--media-left .connect-step__copy,
  .connect-step--media-right .connect-step__copy {
    max-width: none;
  }

  .connect-step--media-left .connect-step__copy {
    grid-row: 1;
  }

  .connect-step--media-right .connect-shot {
    grid-row: 2;
  }

  .connect-step__copy .connect-step__number {
    margin-bottom: 1.8rem;
  }

  .connect-shot--plugin,
  .connect-shot--results {
    transform: none;
  }

  .connect-guide__finish {
    align-items: stretch;
    flex-direction: column;
  }

  .connect-guide__finish .launch-button {
    width: 100%;
  }

  .launch-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .launch-footer__legal {
    flex-direction: column;
    gap: 0.7rem;
  }
}

@media (max-width: 440px) {
  .launch-header__cta img {
    display: none;
  }

  .launch-status {
    letter-spacing: 0.055em;
  }

  .launch-lockup {
    gap: 0.45rem;
  }

  .launch-lockup__brand {
    gap: 0.35rem;
  }

  .launch-lockup__brand img {
    width: 30px;
    height: 30px;
  }

  .listing-card__score {
    display: none;
  }

  .listing-card {
    grid-template-columns: 56px 1fr;
  }
}

@keyframes railMove {
  to { transform: translateX(calc(-100% + 100vw)); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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