:root {
  color-scheme: light;
  --white: #ffffff;
  --black: #030303;
  --soft-black: #111111;
  --muted: #747474;
  --muted-dark: #a6a6a6;
  --line: #dfdfdf;
  --line-dark: #242424;
  --yc: #ff5a1f;
  font-family:
    ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--white);
  color: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  color: var(--white);
  background: var(--black);
}

.landing {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.landing--dark,
.landing--index {
  background: var(--black);
  color: var(--white);
}

.landing--framed {
  min-height: min(760px, 100svh);
  border: 1px solid var(--line);
}

.landing--framed.landing--dark,
.landing--framed.landing--index {
  border-color: var(--line-dark);
}

.site-top,
.hero-footer {
  position: absolute;
  z-index: 4;
  right: clamp(1rem, 4vw, 3.5rem);
  left: clamp(1rem, 4vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-top {
  top: clamp(1rem, 3vw, 2.25rem);
}

.hero-footer {
  bottom: clamp(1rem, 3vw, 2.25rem);
}

.site-top__domain,
.hero-footer {
  color: color-mix(in srgb, currentColor 58%, transparent);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 620;
  line-height: 1;
}

.yc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  min-height: 2rem;
  padding: 0.34rem 0.68rem 0.34rem 0.36rem;
  border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, canvas 76%, transparent);
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
}

.yc-badge__mark {
  display: inline-grid;
  width: 1.22rem;
  height: 1.22rem;
  place-items: center;
  border-radius: 0.23rem;
  background: var(--yc);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1;
}

.yc-badge--dark {
  background: rgba(255, 255, 255, 0.05);
}

.contact-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.46rem;
  padding: 0.7rem 0.96rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: currentColor;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.contact-link:hover,
.text-link:hover {
  transform: translateY(-2px);
  background: currentColor;
}

.landing--split .contact-link:hover,
.landing--stack .contact-link:hover {
  color: var(--white);
}

.landing--dark .contact-link:hover,
.landing--index .contact-link:hover {
  color: var(--black);
}

.text-link {
  min-height: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}

.minimal-hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
  align-content: center;
  justify-items: center;
  min-height: 100svh;
  place-items: center;
  padding: clamp(6rem, 12vw, 9rem) clamp(1rem, 4vw, 3rem);
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 1rem;
  margin-top: 0;
  opacity: 0;
  animation: copy-in 900ms ease 1200ms both;
}

.support-copy {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  font-weight: 430;
  line-height: 1.58;
  text-wrap: balance;
}

.landing--dark .support-copy,
.landing--index .support-copy {
  color: var(--muted-dark);
}

.motion-wordmark,
.stack-wordmark {
  margin: 0;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.motion-wordmark {
  display: flex;
  flex-wrap: wrap;
  max-width: min(100%, 13em);
  align-items: flex-start;
  justify-content: center;
  row-gap: 0.08em;
  font-size: clamp(4.2rem, 6.4vw, 7rem);
  line-height: 0.78;
  text-wrap: nowrap;
}

.motion-word,
.stack-word {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: flex-start;
  white-space: nowrap;
}

.motion-word--intelligence {
  margin-left: -0.075em;
  animation: word-space 1700ms cubic-bezier(0.2, 0.74, 0.18, 1) 250ms both;
}

.seed-h {
  display: inline-block;
  line-height: 0.78;
  transform-origin: 45% 54%;
  animation: h-settle 1250ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
}

.seed-i {
  position: relative;
  display: inline-block;
  flex: 0 0 0.25em;
  width: 0.25em;
  height: 0.78em;
  margin-right: 0.015em;
  transform: translateY(0.015em);
  transform-origin: 50% 24%;
  animation: i-settle 1250ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
}

.seed-i__dot {
  position: absolute;
  top: 0.145em;
  left: 52%;
  width: 0.155em;
  aspect-ratio: 1;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.seed-i__stem {
  position: absolute;
  bottom: 0.085em;
  left: 52%;
  width: 0.092em;
  height: 0.46em;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  animation: stem-in 1150ms cubic-bezier(0.2, 0.74, 0.18, 1) 620ms both;
}

.motion-tail {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-0.04em);
  animation: tail-in 1200ms cubic-bezier(0.2, 0.74, 0.18, 1) 520ms both;
}

.motion-tail--hardware {
  --tail-width: 4.8em;
}

.motion-tail--intelligence {
  --tail-width: 6.8em;
}

.stack-wordmark {
  position: relative;
  width: min(100%, 8.6em);
  height: 1.75em;
  font-size: clamp(5rem, 11vw, 10.6rem);
  line-height: 0.78;
}

.stack-word {
  position: absolute;
}

.stack-word--hardware {
  bottom: 0;
  left: 0;
}

.stack-word--intelligence {
  top: 0.05em;
  left: 0.67em;
  font-size: 0.44em;
}

.stack-word--intelligence .seed-i {
  flex-basis: 0.28em;
  width: 0.28em;
}

.landing--index .stack-word--intelligence {
  top: 0.02em;
}

.landing--index .stack-word--hardware {
  left: 0.08em;
}

.landing--framed .motion-wordmark {
  font-size: clamp(3.4rem, 5.8vw, 6.2rem);
}

.landing--framed .stack-wordmark {
  font-size: clamp(3.8rem, 7.2vw, 7.6rem);
}

.review {
  min-height: 100vh;
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--soft-black);
  color: var(--white);
}

.review__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 1440px);
  margin: 0 auto clamp(1.2rem, 3vw, 2rem);
}

.review__top p,
.review__top h1 {
  margin: 0;
}

.review__top p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
}

.review__top h1 {
  margin-top: 0.22rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.review__top a,
.review__label a {
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-weight: 750;
}

.review__grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  width: min(100%, 1440px);
  margin-inline: auto;
}

.review__item {
  display: grid;
  gap: 0.7rem;
}

.review__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 750;
}

.review__frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--white);
}

@keyframes h-settle {
  0%,
  34% {
    opacity: 1;
    transform: scale(1.28) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes i-settle {
  0%,
  34% {
    transform: translateY(0.015em) translateX(-0.025em) scale(1.28);
  }

  100% {
    transform: translateY(0.015em) translateX(0) scale(1);
  }
}

@keyframes stem-in {
  0%,
  38% {
    transform: translateX(-50%) scaleY(0);
  }

  100% {
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes tail-in {
  0%,
  28% {
    max-width: 0;
    opacity: 0;
    transform: translateX(-0.04em);
  }

  100% {
    max-width: var(--tail-width);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes word-space {
  0%,
  32% {
    margin-left: -0.075em;
  }

  100% {
    margin-left: 0.12em;
  }
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .site-top,
  .hero-footer {
    right: 0.9rem;
    left: 0.9rem;
  }

  .site-top {
    align-items: flex-start;
  }

  .site-top__domain {
    padding-top: 0.62rem;
    font-size: 0.72rem;
  }

  .yc-badge {
    gap: 0.46rem;
    max-width: 14.4rem;
    font-size: 0.72rem;
  }

  .yc-badge__mark {
    width: 1.14rem;
    height: 1.14rem;
    font-size: 0.72rem;
  }

  .hero-footer {
    font-size: 0.72rem;
  }

  .minimal-hero {
    padding: 6.4rem 0.9rem 5.4rem;
  }

  .motion-wordmark {
    max-width: min(100%, 6.25em);
    font-size: clamp(2.95rem, 12.6vw, 3.85rem);
  }

  .motion-word--intelligence {
    animation-name: word-space-mobile;
  }

  .stack-wordmark {
    width: min(100%, 7.2em);
    height: 2.05em;
    font-size: clamp(3.3rem, 15vw, 4.8rem);
  }

  .stack-word--intelligence {
    top: 0.12em;
    left: 0.68em;
    font-size: 0.42em;
  }

  .hero-copy {
    margin-top: 1.4rem;
  }

  .support-copy {
    max-width: 20rem;
    font-size: 0.94rem;
  }

  .review__top {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .site-top,
  .hero-footer {
    gap: 0.7rem;
  }

  .site-top__domain {
    font-size: 0.68rem;
  }

  .yc-badge span:last-child {
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-footer {
    align-items: flex-end;
  }

  .text-link {
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .motion-wordmark {
    font-size: clamp(2.7rem, 11.8vw, 3.35rem);
  }

  .stack-wordmark {
    width: min(100%, 7em);
    font-size: clamp(3rem, 14vw, 4rem);
  }
}

@keyframes word-space-mobile {
  0%,
  32% {
    margin-left: -0.075em;
  }

  100% {
    margin-left: 0.04em;
  }
}

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