@font-face {
  font-family: "Hanken Grotesk";
  src: url("../../fonts/hanken-grotesk/HankenGrotesk-Variable.a6b899943e31.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body.homepage {
  --homepage-canvas: oklch(98.7% 0.006 284);
  --homepage-surface: #fff;
  --homepage-ink: oklch(22% 0.014 275);
  --homepage-body: oklch(39% 0.018 275);
  --homepage-muted: oklch(49% 0.016 275);
  --homepage-line: oklch(22% 0.014 275 / 13%);
  --homepage-accent: oklch(53% 0.16 278);
  --homepage-accent-dark: oklch(42% 0.14 278);
  --homepage-accent-soft: oklch(94% 0.025 280);
  --homepage-success: oklch(46% 0.11 160);
  --homepage-ease: cubic-bezier(0.22, 1, 0.36, 1);
  min-width: 320px;
  margin: 0;
  background: var(--homepage-canvas);
  color: var(--homepage-ink);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-group(ss-public-wordmark) {
  animation-duration: 220ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="dark"] body.homepage {
  background: var(--homepage-canvas);
  color: var(--homepage-ink);
  color-scheme: light;
}

body.homepage *,
body.homepage *::before,
body.homepage *::after {
  box-sizing: border-box;
}

body.homepage a {
  color: inherit;
}

body.homepage button {
  font: inherit;
}

body.homepage h1,
body.homepage h2,
body.homepage h3,
body.homepage p {
  margin-top: 0;
}

body.homepage h1,
body.homepage h2,
body.homepage h3 {
  text-wrap: balance;
}

body.homepage p {
  text-wrap: pretty;
}

.homepage-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.homepage :focus-visible {
  outline: 3px solid var(--homepage-accent);
  outline-offset: 3px;
}

.homepage-wordmark {
  view-transition-name: ss-public-wordmark;
}

body.homepage > .scroll-progress-bar,
body.homepage > button[aria-label="Back to top"] {
  display: none !important;
}

body.homepage main.page-enter {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.homepage-wordmark-full {
  width: 178px;
  height: auto;
}

.homepage-wordmark-compact {
  display: none;
  width: 68px;
  height: auto;
}

.homepage-nav-links a,
.homepage-nav-actions > a:not(.homepage-nav-cta) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--homepage-body);
  font-size: 14px;
  text-decoration: none;
}

.homepage-button,
.homepage-nav-cta {
  transition:
    transform 110ms cubic-bezier(0.2, 0, 0, 1),
    background-color 160ms var(--homepage-ease),
    border-color 160ms var(--homepage-ease);
}

body.homepage .homepage-button-primary,
body.homepage .homepage-nav-cta {
  color: #fff;
}

.homepage-button:active,
.homepage-nav-cta:active {
  transform: scale(0.985);
}

.homepage-button-primary:hover,
.homepage-nav-cta:hover {
  background: var(--homepage-accent-dark);
}

.homepage-invitation::before {
  width: 22px;
  height: 1px;
  flex: none;
  background: var(--homepage-accent);
  content: "";
}

.homepage-hero-facts strong,
.homepage-founder-byline strong {
  color: var(--homepage-ink);
}

.homepage-record-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--homepage-accent);
  content: "";
}

.homepage-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 30px 26px 28px;
}

.homepage-timeline::before {
  position: absolute;
  top: 55px;
  right: calc(10% + 20px);
  left: calc(10% + 20px);
  height: 1px;
  background: var(--homepage-line);
  content: "";
}

.homepage-record-progress {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: calc(10% + 20px);
  width: calc(80% - 40px);
  height: 1px;
  background: var(--homepage-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.homepage-record.is-visible .homepage-record-progress {
  transform: scaleX(1);
  transition: transform 900ms var(--homepage-ease);
}

.homepage-record-stage {
  position: relative;
  z-index: 2;
  min-height: 160px;
  padding-inline: 18px;
}

.homepage-record-stage:first-of-type {
  padding-left: 0;
}

.homepage-record-stage:last-of-type {
  padding-right: 0;
}

.homepage-record-stage time {
  display: block;
  margin-bottom: 14px;
  color: var(--homepage-muted);
  font-size: 13px;
}

.homepage-record-dot {
  display: block;
  width: 11px;
  height: 11px;
  margin-bottom: 22px;
  border: 2px solid var(--homepage-surface);
  border-radius: 50%;
  background: var(--homepage-accent);
  box-shadow: 0 0 0 1px var(--homepage-accent);
  transform: scale(0.88);
}

.homepage-record.is-visible .homepage-record-dot {
  transform: scale(1);
  transition: transform 360ms var(--homepage-ease);
}

.homepage-record.is-visible .homepage-record-stage:nth-of-type(2) .homepage-record-dot {
  transition-delay: 120ms;
}

.homepage-record.is-visible .homepage-record-stage:nth-of-type(3) .homepage-record-dot {
  transition-delay: 240ms;
}

.homepage-record.is-visible .homepage-record-stage:nth-of-type(4) .homepage-record-dot {
  transition-delay: 360ms;
}

.homepage-record.is-visible .homepage-record-stage:nth-of-type(5) .homepage-record-dot {
  transition-delay: 480ms;
}

.homepage-record-stage:last-of-type .homepage-record-dot {
  box-shadow: 0 0 0 5px var(--homepage-accent-soft);
}

.homepage-record-stage h3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.homepage-record-stage p {
  max-width: 25ch;
  margin-bottom: 0;
  color: var(--homepage-muted);
  font-size: 13px;
  line-height: 1.45;
}

.homepage-record-stage strong {
  display: block;
  margin-top: 13px;
  color: var(--homepage-accent-dark);
  font-size: 13px;
}

.homepage-record-foot strong {
  color: var(--homepage-success);
}

.homepage-fit h2 { color: #fff; }

.homepage-fit-boundaries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 14px;
}

.homepage-fit-path {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(2rem, 4.5vw, 3.5rem);
}

.homepage-fit-path-starter {
  background: #fff;
  color: var(--homepage-ink);
}

.homepage-fit-path-custom {
  border-left: 1px solid rgb(255 255 255 / 20%);
  background: rgb(255 255 255 / 6%);
  color: #fff;
}

.homepage-fit-path-custom h3 { color: #fff; }

.homepage-fit-label {
  margin-bottom: 12px;
  color: var(--homepage-accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.homepage-fit-path-custom .homepage-fit-label { color: rgb(255 255 255 / 72%); }

.homepage-fit-path h3 {
  max-width: 18ch;
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 520;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.homepage-fit-path ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.homepage-fit-path li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid var(--homepage-line);
  color: var(--homepage-body);
  font-size: 14px;
}

.homepage-fit-path li:first-child { border-top: 1px solid var(--homepage-line); }

.homepage-fit-path li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--homepage-accent);
  content: "";
}

.homepage-fit-path-custom li {
  border-color: rgb(255 255 255 / 18%);
  color: rgb(255 255 255 / 78%);
}

.homepage-custom-terms {
  margin: 0 0 24px;
  color: rgb(255 255 255 / 70%);
  font-size: 13px;
}

.homepage-custom-terms strong { color: #fff; }

.homepage-fit-path-link,
.homepage-fit-guidance a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.homepage-fit-path-link { width: fit-content; margin-top: auto; }

.homepage-fit-path-starter .homepage-fit-path-link { color: var(--homepage-accent-dark); }

.homepage-fit-guidance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid rgb(255 255 255 / 20%);
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

.homepage-fit-guidance div { display: grid; gap: 3px; }
.homepage-fit-guidance span { color: rgb(255 255 255 / 72%); font-size: 14px; }
.homepage-fit-guidance a {
  flex: none;
  color: #fff;
}

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

.homepage-faq summary::after {
  font-size: 25px;
  content: "+";
  transition: transform 180ms var(--homepage-ease);
}

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

.homepage-footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 4px;
}

@media (max-width: 880px) {
  .homepage-shell {
    width: min(calc(100% - 32px), 720px);
  }

  .homepage-timeline {
    grid-template-columns: 1fr;
    padding: 25px 26px;
  }

  .homepage-timeline::before {
    inset: 37px auto 37px 31px;
    width: 1px;
    height: auto;
  }

  .homepage-record-progress {
    top: 37px;
    left: 31px;
    width: 1px;
    height: calc(100% - 74px);
    transform: scaleY(0);
    transform-origin: center top;
  }

  .homepage-record.is-visible .homepage-record-progress {
    transform: scaleY(1);
  }

  .homepage-record-stage,
  .homepage-record-stage:first-of-type,
  .homepage-record-stage:last-of-type {
    display: grid;
    min-height: 112px;
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
    padding: 0 0 18px 34px;
  }

  .homepage-record-stage time {
    grid-column: 1;
    margin: 0;
  }

  .homepage-record-dot {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
  }

  .homepage-record-stage h3,
  .homepage-record-stage p,
  .homepage-record-stage strong {
    grid-column: 2;
  }

  .homepage-record-stage h3 {
    grid-row: 1;
  }

  .homepage-record-stage p {
    grid-row: 2;
  }

  .homepage-record-stage strong {
    grid-row: 3;
  }

  .homepage-fit-boundaries { grid-template-columns: 1fr; }
  .homepage-fit-path-custom {
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-left: 0;
  }

  .homepage-fit-guidance {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .homepage-shell {
    width: min(calc(100% - 24px), 520px);
  }

  .homepage-nav {
    min-height: 68px;
    gap: 8px;
  }

  .homepage-nav-actions {
    gap: 8px;
  }

  .homepage-nav-actions > a:not(.homepage-nav-cta),
  .homepage-nav-cta {
    font-size: 13px;
  }

  .homepage-nav-cta {
    padding-inline: 12px;
  }

  .homepage-fit-path { padding: 30px 22px; }
}

@media (max-width: 520px) {
  .homepage-wordmark {
    gap: 0;
  }

  .homepage-wordmark-full {
    display: none;
  }

  .homepage-wordmark-compact {
    display: block;
  }

  .homepage-nav-cta {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root),
  ::view-transition-old(ss-public-wordmark),
  ::view-transition-new(ss-public-wordmark) {
    animation: none !important;
  }

  body.homepage *,
  body.homepage *::before,
  body.homepage *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .homepage-record-progress,
  .homepage-record-dot {
    transform: none !important;
  }
}
