:root {
  color: #0d0d12;
  background: #f5f5f7;
  --page-pad: clamp(24px, 5.5vw, 88px);
  --ink: #0d0d12;
  --muted: #6e6e73;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100svh;
  background: #f5f5f7;
}

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

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

.teaser {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 245, 247, 0.98) 54%, #fff 100%),
    #f5f5f7;
}

.topbar,
.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 24px var(--page-pad);
  position: relative;
  z-index: 3;
}

.wordmark {
  font-size: 16px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.nav a,
.quiet-link {
  transition: color 160ms ease, transform 160ms ease;
}

.nav a:hover,
.quiet-link:hover {
  color: var(--ink);
}

.hero {
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: clamp(24px, 4vh, 40px);
  min-height: 0;
  padding: 24px var(--page-pad) 40px;
  text-align: center;
}

.hero-copy {
  width: min(100%, 760px);
  animation: rise 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.browser-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
  line-height: 1;
  letter-spacing: 0;
}

.browser {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #3f3f45;
}

.browser img {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0.72;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(80px, 8vw, 136px);
  font-weight: 820;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-line {
  margin: 16px auto 0;
  max-width: 760px;
  color: #1d1d22;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
}

.lede {
  max-width: 560px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.36;
}

.waitlist-form {
  width: min(100%, 480px);
  margin: 24px auto 0;
}

.waitlist-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 8px;
  border: 1px solid rgba(17, 17, 22, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 64px rgba(25, 25, 32, 0.08);
  backdrop-filter: blur(16px);
}

.waitlist-control input {
  min-width: 0;
  flex: 1;
  height: 40px;
  border: 0;
  outline: 0;
  padding: 0 8px 0 16px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.waitlist-control input::placeholder {
  color: #8a8a91;
}

.waitlist-control button {
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  padding: 0 24px;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.waitlist-control button:hover {
  transform: translateY(-1px);
  background: #2a2a30;
  box-shadow: 0 12px 28px rgba(13, 13, 18, 0.16);
}

.waitlist-control button:disabled {
  cursor: default;
  opacity: 0.54;
  transform: none;
  box-shadow: none;
}

.waitlist-status {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 16px;
}

.waitlist-status:empty {
  display: none;
}

.waitlist-status.is-success {
  color: #12805c;
}

.waitlist-status.is-error {
  color: #b42318;
}

.quiet-link {
  display: inline-flex;
  margin-top: 8px;
  color: #4f4f56;
  font-size: 14px;
  font-weight: 700;
}

.product-stage {
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  animation: settle 900ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-logo {
  width: clamp(248px, 23vw, 344px);
  filter:
    drop-shadow(0 48px 72px rgba(53, 39, 112, 0.18))
    drop-shadow(0 16px 24px rgba(106, 65, 201, 0.12));
  transform-origin: center bottom;
  animation: logo-in 980ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  padding: 24px var(--page-pad);
  border-top: 1px solid rgba(17, 17, 22, 0.08);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1;
}

.detail p {
  margin: 0;
}

.detail strong {
  color: #1d1d22;
  font-weight: 760;
}

.policy {
  min-height: 100svh;
}

.policy-header {
  border-bottom: 1px solid rgba(17, 17, 22, 0.08);
}

.policy-header p {
  margin: 0;
  color: #66666d;
  font-size: 14px;
  font-weight: 700;
}

.policy-copy {
  width: min(760px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 82px) 0 88px;
}

.policy-copy h1 {
  max-width: 9ch;
  font-size: clamp(46px, 8vw, 86px);
}

.policy-copy h2 {
  margin: 42px 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.policy-copy p,
.policy-copy li {
  color: #3f3f45;
  font-size: 17px;
  line-height: 1.7;
}

.policy-copy p {
  margin: 16px 0 0;
}

.policy-copy ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.updated {
  color: #73737b;
  font-weight: 700;
}

code {
  padding: 0.08em 0.28em;
  border-radius: 5px;
  background: rgba(17, 17, 22, 0.06);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

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

@keyframes logo-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.92) rotate(-1.5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes settle {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .topbar,
  .policy-header {
    min-height: 64px;
    padding: 24px;
  }

  .nav {
    gap: 16px;
  }

  .hero {
    grid-template-rows: auto auto;
    gap: 24px;
    padding: 24px 24px 32px;
  }

  .browser-strip {
    margin-top: 16px;
    row-gap: 8px;
  }

  .hero-line {
    margin-top: 16px;
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.04;
  }

  .hero h1 {
    font-size: clamp(72px, 19vw, 96px);
  }

  .product-stage {
    width: 100%;
  }

  .hero-logo {
    width: min(66vw, 232px);
  }

  .waitlist-control {
    border-radius: 28px;
    align-items: stretch;
    flex-direction: column;
    padding: 8px;
  }

  .waitlist-control input,
  .waitlist-control button {
    width: 100%;
  }

  .detail {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }
}
