/* Base layer distilled from the Shane and Thomas capture: only the rules the
   built pages match, in their original order. landing.css refines these. */
:root {
  --font-geist-sans: 'Geist', 'Geist Fallback';
  --font-space-grotesk: 'Space Grotesk', 'Space Grotesk Fallback';
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/geist-001175b1.woff2) format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/geist-98bbbccb.woff2) format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist Fallback';
  src: local('Arial');
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0%;
  size-adjust: 104.76%;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/space-grotesk-e911c2d9.woff2) format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/space-grotesk-a57c9413.woff2) format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk Fallback';
  src: local('Arial');
  ascent-override: 89.71%;
  descent-override: 26.62%;
  line-gap-override: 0%;
  size-adjust: 109.69%;
}
@layer base;
@layer base {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
      'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
      monospace;
    --color-zinc-900: lab(8.30603% 0.618205 -2.16572);
    --color-stone-100: lab(96.5286% -0.0991821 0.364268);
    --color-stone-200: lab(91.055% 0.663072 0.865579);
    --color-stone-500: lab(48.1164% 2.35701 4.26852);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji',
      'Segoe UI Symbol',
      'Noto Color Emoji'
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      'Liberation Mono',
      'Courier New',
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  ::placeholder {
    color: currentColor;
  }
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type='button'], [type='reset'], [type='submit']) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@keyframes reveal {
  to {
    clip-path: inset(0);
  }
}
@keyframes cinema {
  0% {
    transform: scale(1.06) translate(1.5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes copyIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes proofScreenIn {
  0% {
    opacity: 0;
    transform: translate(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes proofRow {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes proofLift {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
:root {
  --lime: #ddff56;
  --orange: #ff5738;
  --blue: #2855f2;
  --ink: #050505;
  --paper: #f7f5ef;
}
* {
  box-sizing: border-box;
}
html,
body {
  background: var(--ink);
  min-height: 100%;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
}
a {
  color: inherit;
}
button,
a {
  font: inherit;
}
button {
  color: inherit;
}
img {
  display: block;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.page {
  background: var(--paper);
  min-height: 100svh;
  color: var(--ink);
}
.nav {
  background: var(--paper);
  z-index: 20;
  border-bottom: 1px solid #05050524;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 clamp(22px, 3vw, 48px);
  display: flex;
  position: relative;
}
.wordmark {
  font-size: 24px;
  text-decoration: none;
}
.nav nav {
  align-items: center;
  gap: 12px;
  display: flex;
}
.faq-button {
  border: 1px solid #0505054d;
  border-radius: 999px;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
  display: flex;
}
.faq-button:hover {
  background: var(--lime);
  color: var(--ink);
  transform: translateY(-2px);
}
.nav-button {
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  align-items: center;
  height: 44px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
  display: flex;
}
.nav-button:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.hero {
  background: var(--blue);
  grid-template-columns: minmax(440px, 44%) 1fr;
  height: calc(100svh - 72px);
  min-height: 690px;
  display: grid;
  overflow: hidden;
}
.hero-copy-panel {
  background: var(--blue);
  color: #fff;
  z-index: 2;
  align-items: center;
  padding: clamp(48px, 6vw, 108px);
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-copy-panel:after {
  content: '';
  border: 1px solid #ffffff29;
  border-radius: 50%;
  width: 30vw;
  min-width: 320px;
  height: 30vw;
  min-height: 320px;
  position: absolute;
  bottom: -18vw;
  left: -17vw;
}
.hero-copy {
  z-index: 2;
  width: min(560px, 100%);
  animation: 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both copyIn;
  position: relative;
}
.hero-copy h1 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.075em;
  margin: 0;
  font-size: clamp(70px, 6.7vw, 124px);
  font-weight: 650;
  line-height: 0.84;
}
.hero-copy h1 em {
  color: var(--lime);
  font-style: normal;
}
.hero-copy p {
  letter-spacing: -0.02em;
  width: min(500px, 100%);
  margin: 42px 0 28px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.42;
}
.hero-copy > a {
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 18px;
  height: 52px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
  display: inline-flex;
}
.hero-copy > a span {
  font-size: 16px;
  transition: transform 0.3s;
}
.hero-copy > a:hover {
  background: var(--lime);
  color: var(--ink);
  transform: translateY(-2px);
}
.hero-copy > a:hover span {
  transform: translate(2px, -2px);
}
.hero-visual {
  clip-path: inset(0 100% 0 0);
  background: #168bea;
  animation: 1.35s cubic-bezier(0.76, 0, 0.24, 1) 50ms forwards reveal;
  position: relative;
  overflow: hidden;
}
.hero-image {
  object-fit: cover;
  object-position: 46% center;
  width: 106%;
  height: 106%;
  animation: 14s cubic-bezier(0.16, 1, 0.3, 1) 0.7s both cinema;
  position: absolute;
  inset: -3%;
}
.manifesto-section {
  background: var(--paper);
  min-height: 110svh;
  color: var(--ink);
  align-items: center;
  padding: clamp(110px, 15vh, 180px) clamp(38px, 8vw, 150px);
  display: flex;
  position: relative;
  overflow: hidden;
}
.manifesto-copy {
  gap: clamp(24px, 3vh, 34px);
  width: min(1050px, 100%);
  margin: 0 auto;
  display: grid;
}
.manifesto-statement {
  max-width: 940px;
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.042em;
  margin: 0;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 520;
  line-height: 1.2;
}
.manifesto-belief {
  border-top: 1px solid #0505052e;
  padding-top: clamp(24px, 3vh, 34px);
}
.manifesto-statement strong {
  color: var(--blue);
  font-weight: 650;
}
.revenue-scene {
  background: var(--orange);
  height: 108svh;
  min-height: 780px;
  color: var(--ink);
  text-align: center;
  place-items: center;
  padding: 9vh 24px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.revenue-scene:before {
  content: '';
  will-change: transform;
  background: url(/assets/revenue-disc.png) 50%/cover no-repeat;
  transition: transform 2.25s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  inset: -2%;
  transform: scale(1.055);
}
.economics-stage {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.revenue-orb {
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: clamp(470px, 70vmin, 650px);
  height: clamp(470px, 70vmin, 650px);
  display: grid;
}
.orb-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  display: flex;
  transform: translateY(-4px);
}
.orb-copy strong {
  font-family: var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.075em;
  color: #fff;
  clip-path: inset(100% 0 -12%);
  will-change: transform, clip-path;
  margin: 0 -0.14em -0.08em;
  padding: 0 0.14em 0.08em;
  font-size: clamp(140px, 18vmin, 210px);
  font-weight: 800;
  line-height: 0.82;
  transition:
    clip-path 1.65s cubic-bezier(0.22, 1, 0.36, 1) 0.48s,
    transform 1.65s cubic-bezier(0.22, 1, 0.36, 1) 0.48s;
  display: block;
  transform: translateY(54px) scale(0.96);
}
.orb-copy h2 {
  letter-spacing: -0.055em;
  color: #fff;
  margin: 0;
  font-size: clamp(38px, 4.5vmin, 54px);
  font-weight: 680;
  line-height: 1;
}
.revenue-mechanism {
  color: #ffffffc7;
  letter-spacing: -0.025em;
  margin: 6px 0 0;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 560;
  line-height: 1.25;
}
.revenue-scene.is-active:before {
  transform: scale(1);
}
.revenue-scene.is-active .orb-copy strong {
  clip-path: inset(0 0 -12%);
  transform: none;
}
.ike-conversation {
  min-height: 112svh;
  color: var(--ink);
  background: #dfe7ff;
  padding: clamp(70px, 8vh, 112px) clamp(38px, 5vw, 76px);
  position: relative;
  overflow: hidden;
}
.conversation-intro {
  margin-bottom: clamp(70px, 8vh, 104px);
  display: block;
}
.conversation-intro h2 {
  max-width: 900px;
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.07em;
  margin: 0;
  font-size: clamp(62px, 7.2vw, 112px);
  font-weight: 620;
  line-height: 0.86;
}
.conversation-intro p {
  width: min(480px, 100%);
  color: var(--blue);
  letter-spacing: -0.025em;
  margin: 28px 0 0;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 650;
  line-height: 1.34;
}
.product-proof {
  min-height: 118svh;
  color: var(--ink);
  background: #fffdf8;
  padding: clamp(88px, 11vh, 150px) clamp(34px, 7vw, 126px) clamp(82px, 10vh, 132px);
  position: relative;
  overflow: hidden;
}
.product-proof-intro {
  display: block;
}
.product-proof-intro h2 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.07em;
  margin: 0;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 580;
  line-height: 0.88;
}
.product-proof-intro p {
  width: min(480px, 100%);
  color: var(--blue);
  letter-spacing: -0.025em;
  margin: 26px 0 0;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 650;
  line-height: 1.34;
}
.product-proof-layout {
  grid-template-columns: minmax(390px, 0.9fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  width: min(1380px, 100%);
  margin: clamp(72px, 9vh, 110px) auto 0;
  display: grid;
}
.product-callouts {
  flex-direction: column;
  gap: 11px;
  display: flex;
}
.product-callouts > button {
  width: 100%;
  min-height: 150px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #05050529;
  border-radius: 22px;
  grid-template-columns: 38px 1fr 26px;
  align-items: start;
  gap: 17px;
  padding: 28px 25px;
  transition:
    background 0.55s,
    color 0.55s,
    border-color 0.55s,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: grid;
}
.product-callouts > button:hover {
  border-color: #2855f273;
  transform: translate(4px);
}
.product-callouts > button.is-current {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translate(9px);
}
.product-callouts > button > span {
  color: #05050557;
  letter-spacing: 0.14em;
  padding-top: 3px;
  font-size: 9px;
  font-weight: 800;
}
.product-callouts > button.is-current > span {
  color: #ffffff8c;
}
.product-callouts strong {
  letter-spacing: -0.04em;
  font-size: clamp(20px, 1.6vw, 25px);
  font-weight: 650;
  line-height: 1.1;
  display: block;
}
.product-callouts p {
  color: #0505055c;
  letter-spacing: -0.01em;
  margin: 13px 0 0;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 470;
  line-height: 1.42;
}
.product-callouts > button.is-current p {
  color: #ffffffb8;
}
.product-callouts i {
  opacity: 0.45;
  border: 1px solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
}
.product-callouts i:after {
  content: '→';
  place-items: center;
  font-size: 11px;
  font-style: normal;
  display: grid;
  position: absolute;
  inset: 0;
}
.proof-phone-wrap {
  background: #dfe7ff;
  border-radius: 52px;
  place-items: center;
  height: 800px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.proof-phone-wrap:before {
  content: '';
  border: 1px solid #2855f233;
  border-radius: 50%;
  width: 430px;
  height: 430px;
  position: absolute;
  transform: scale(1.24);
}
.proof-phone {
  background: #f8f6f0;
  border: 11px solid #050505;
  border-radius: 58px;
  width: 370px;
  height: 760px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 68px #24377033;
}
.proof-island {
  z-index: 20;
  background: #050505;
  border-radius: 999px;
  width: 105px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}
.proof-status {
  z-index: 18;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 780;
  display: flex;
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
}
.proof-phone-screen {
  background: #f8f6f0;
  padding: 59px 22px 22px;
  animation: 0.9s cubic-bezier(0.22, 1, 0.36, 1) both proofScreenIn;
  position: absolute;
  inset: 0;
}
.proof-phone-screen header {
  border-bottom: 1px solid #0505051f;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  height: 59px;
  display: grid;
}
.command-screen header > span {
  font-size: 13px;
}
.command-screen header > div {
  text-align: center;
}
.command-screen header strong,
.command-screen header small {
  display: block;
}
.command-screen header strong {
  letter-spacing: -0.035em;
  font-size: 15px;
}
.command-screen header small {
  color: #0505056b;
  margin-top: 3px;
  font-size: 8px;
}
.command-screen header i {
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 9px;
  font-style: normal;
  font-weight: 820;
  display: grid;
}
.command-summary {
  justify-content: space-between;
  align-items: center;
  padding: 23px 2px 14px;
  display: flex;
}
.command-summary p {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.command-buyers {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.command-buyers button {
  height: 91px;
  color: var(--ink);
  text-align: left;
  opacity: 0;
  background: #fff;
  border: 1px solid #0505051a;
  border-radius: 16px;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards proofRow;
  display: grid;
}
.command-buyers button:first-child {
  animation-delay: 0.18s;
}
.command-buyers button:nth-child(2) {
  animation-delay: 0.38s;
}
.command-buyers button:nth-child(3) {
  animation-delay: 0.58s;
}
.command-buyers img {
  object-fit: cover;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.command-buyers span strong,
.command-buyers span small {
  display: block;
}
.command-buyers span strong {
  letter-spacing: -0.025em;
  font-size: 12px;
}
.command-buyers span small {
  color: #05050575;
  margin-top: 5px;
  font-size: 8px;
}
.command-buyers b {
  letter-spacing: -0.03em;
  color: var(--blue);
  font-size: 12px;
}
.command-insight {
  color: #fff;
  opacity: 0;
  background: #050505;
  border-radius: 14px;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  padding: 13px;
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards proofRow;
  display: flex;
}
.command-insight > span {
  background: var(--blue);
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 10px;
  font-weight: 850;
  display: grid;
}
.command-insight p {
  color: #ffffffa8;
  margin: 0;
  font-size: 8px;
  line-height: 1.35;
}
.command-insight p strong {
  color: #fff;
  margin-bottom: 2px;
  font-size: 9px;
  display: block;
}
.buyer-screen header button,
.decision-screen header button {
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 22px;
}
.buyer-screen header > div,
.decision-screen header > div {
  text-align: center;
}
.buyer-screen header strong,
.buyer-screen header small,
.decision-screen header strong,
.decision-screen header small {
  display: block;
}
.buyer-screen header strong,
.decision-screen header strong {
  letter-spacing: -0.03em;
  font-size: 14px;
}
.buyer-screen header small,
.decision-screen header small {
  color: #0505056b;
  margin-top: 3px;
  font-size: 8px;
}
.buying-position {
  opacity: 0;
  background: #fff;
  border-radius: 21px;
  margin-top: 27px;
  padding: 25px 20px 21px;
  animation: 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards proofLift;
  position: relative;
  box-shadow: 0 14px 32px #26345b14;
}
.buying-position > strong {
  letter-spacing: -0.07em;
  margin-top: 12px;
  font-size: 38px;
  line-height: 1;
  display: block;
}
.buying-position i {
  background: var(--lime);
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 7px;
  font-style: normal;
  font-weight: 820;
  position: absolute;
  top: 21px;
  right: 18px;
}
.buying-position p {
  color: #05050575;
  margin: 12px 0 0;
  font-size: 9px;
}
.buyer-facts {
  border-top: 1px solid #05050521;
  margin-top: 16px;
}
.buyer-facts p {
  border-bottom: 1px solid #05050521;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 16px 2px;
  font-size: 9px;
  display: flex;
}
.buyer-facts span {
  color: #0505057a;
}
.buyer-facts strong {
  font-weight: 700;
}
.ike-deeper-view {
  opacity: 0;
  background: #dfe7ff;
  border-radius: 15px;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards proofRow;
  display: grid;
}
.ike-deeper-view small,
.ike-deeper-view strong {
  display: block;
}
.ike-deeper-view small {
  color: var(--blue);
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 800;
}
.ike-deeper-view strong {
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.3;
}
.ike-deeper-view button {
  background: #fff;
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 8px;
  font-weight: 760;
}
.chat-time {
  text-align: center;
  color: #05050559;
  letter-spacing: 0.12em;
  margin: 22px 0 18px;
  font-size: 7px;
  font-weight: 760;
}
.buyer-chat,
.ike-chat {
  opacity: 0;
  align-items: flex-end;
  gap: 9px;
  animation: 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards proofRow;
  display: flex;
}
.buyer-chat img {
  object-fit: cover;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
.buyer-chat p,
.ike-chat p {
  letter-spacing: -0.015em;
  background: #fff;
  border-radius: 16px 16px 16px 5px;
  margin: 0;
  padding: 12px 14px;
  font-size: 11px;
  line-height: 1.35;
}
.ike-chat {
  margin-top: 14px;
  animation-delay: 0.75s;
}
.ike-chat > span {
  background: var(--blue);
  color: #fff;
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 10px;
  font-weight: 850;
  display: grid;
}
.ike-chat p {
  color: #ffffffc2;
  background: #050505;
}
.ike-chat p strong {
  color: var(--lime);
}
.decision-action {
  opacity: 0;
  background: #e7edff;
  border: 1px solid #2855f240;
  border-radius: 18px;
  margin-top: 24px;
  padding: 19px;
  animation: 0.75s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards proofLift;
}
.decision-action small,
.decision-action strong {
  display: block;
}
.decision-action strong {
  letter-spacing: -0.025em;
  margin: 8px 0 14px;
  font-size: 14px;
}
.decision-action button {
  background: var(--orange);
  color: #fff;
  border: 0;
  border-radius: 999px;
  width: 100%;
  height: 40px;
  font-size: 9px;
  font-weight: 780;
}
.letter-ready {
  background: var(--lime);
  opacity: 0;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 12px 14px;
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.35s forwards proofRow;
  display: flex;
  transform: translateY(12px);
}
.letter-ready > span {
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-weight: 850;
  display: grid;
}
.letter-ready strong,
.letter-ready small {
  display: block;
}
.letter-ready strong {
  font-size: 10px;
}
.letter-ready small {
  color: #0505058c;
  margin-top: 2px;
  font-size: 8px;
}
.phone-bridge {
  background: var(--ink);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 52px clamp(34px, 6vw, 108px);
  display: flex;
}
.phone-bridge p {
  max-width: 1320px;
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 76px);
  font-weight: 560;
  line-height: 0.98;
}
.phone-bridge span {
  color: var(--lime);
}
.choice-scene {
  height: 1000px;
  min-height: 1000px;
  color: var(--ink);
  background: #f2efe7;
  grid-template-columns: 1fr minmax(400px, 39%);
  align-items: center;
  gap: clamp(28px, 5vw, 88px);
  padding: clamp(74px, 8vh, 118px) clamp(34px, 6vw, 108px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.choice-scene:before {
  content: '';
  aspect-ratio: 1;
  opacity: 0;
  background: #dfe7ff;
  border-radius: 50%;
  width: 54vw;
  transition:
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    opacity 1s;
  position: absolute;
  top: -22vw;
  right: -15vw;
  transform: scale(0.88);
}
.choice-scene.is-active:before {
  opacity: 1;
  transform: scale(1);
}
.choice-copy {
  z-index: 3;
  grid-area: 1/2;
  align-self: center;
  max-width: 570px;
  position: relative;
  transform: translateY(-4vh);
}
.choice-copy h2 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.062em;
  margin: 0;
  font-size: clamp(45px, 4.7vw, 72px);
  font-weight: 590;
  line-height: 0.98;
}
.choice-copy p {
  letter-spacing: -0.025em;
  width: min(460px, 100%);
  color: var(--blue);
  margin: 26px 0 0;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 650;
  line-height: 1.34;
}
.portfolio-phone-stage {
  z-index: 2;
  grid-area: 1/1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 820px;
  display: flex;
  position: relative;
}
.portfolio-phone {
  transform-origin: top;
  background: #faf8f3;
  border: 13px solid #050505;
  border-bottom: 0;
  border-radius: 72px 72px 0 0;
  width: min(39vw, 520px);
  height: 1040px;
  min-height: 1040px;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  transform: translateY(108px) scale(0.96);
  box-shadow: 0 44px 90px #19244438;
}
.choice-scene.is-active .portfolio-phone {
  transform: translateY(82px);
}
.phone-island {
  z-index: 20;
  background: #050505;
  border-radius: 999px;
  width: 126px;
  height: 35px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
}
.phone-status {
  z-index: 18;
  letter-spacing: -0.02em;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 760;
  display: flex;
  position: absolute;
  top: 22px;
  left: 31px;
  right: 31px;
}
.portfolio-screen {
  background: #faf8f3;
  flex-direction: column;
  padding: 72px 27px 28px;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s,
    opacity 0.75s;
  display: flex;
  position: absolute;
  inset: 0;
}
.portfolio-screen.is-behind {
  filter: blur(4px);
  opacity: 0.32;
  transform: translate(-12%) scale(0.96);
}
.portfolio-header {
  border-bottom: 1px solid #05050521;
  flex: 0 0 64px;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  height: 64px;
  display: grid;
}
.portfolio-logo {
  font-size: 13px;
}
.portfolio-header > div {
  text-align: center;
}
.portfolio-header strong,
.portfolio-header small {
  display: block;
}
.portfolio-header strong {
  letter-spacing: -0.035em;
  font-size: 17px;
}
.portfolio-header small {
  color: #05050573;
  margin-top: 3px;
  font-size: 9px;
}
.portfolio-title {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 1px 16px;
  display: flex;
}
.portfolio-title p {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: 13px;
  font-weight: 720;
}
.portfolio-title span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 760;
}
.loan-list {
  flex-direction: column;
  flex: none;
  gap: 7px;
  display: flex;
}
.loan-list > button {
  width: 100%;
  min-height: 86px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  opacity: 0;
  background: #fff;
  border: 1px solid #0505051a;
  border-radius: 17px;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  transition:
    opacity 0.62s,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s,
    box-shadow 0.3s;
  display: grid;
  transform: translateY(18px);
}
.loan-list > button.is-visible {
  opacity: 1;
  transform: none;
}
.loan-list > button:hover {
  border-color: #2855f259;
  box-shadow: 0 8px 24px #1a2a5414;
}
.loan-avatar {
  width: 43px;
  height: 43px;
  color: var(--blue);
  background: #dfe7ff;
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 820;
  display: grid;
  overflow: hidden;
}
.loan-identity {
  min-width: 0;
}
.loan-identity strong,
.loan-identity small,
.loan-identity em {
  display: block;
}
.loan-identity strong {
  letter-spacing: -0.025em;
  font-size: 13px;
  line-height: 1.1;
}
.loan-identity small {
  color: #0505057a;
  margin-top: 4px;
  font-size: 9px;
}
.loan-identity em {
  color: #050505b8;
  margin-top: 7px;
  font-size: 9px;
  font-style: normal;
  font-weight: 620;
}
.loan-share {
  text-align: right;
}
.loan-share small,
.loan-share strong {
  display: block;
}
.loan-share small {
  color: #05050561;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  font-size: 7px;
}
.loan-share strong {
  color: var(--blue);
  letter-spacing: -0.035em;
  font-size: 15px;
}
.portfolio-total {
  background: var(--ink);
  color: #fff;
  opacity: 0.8;
  border-radius: 18px;
  flex: 0 0 74px;
  grid-template-columns: 36% 64%;
  min-height: 74px;
  margin-top: 13px;
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.7s,
    background 0.7s;
  display: grid;
  overflow: hidden;
  transform: translateY(10px);
}
.portfolio-total > div {
  padding: 15px 15px 16px;
}
.portfolio-total > div + div {
  border-left: 1px solid #ffffff29;
}
.portfolio-total small,
.portfolio-total strong {
  display: block;
}
.portfolio-total small {
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  font-size: 7px;
}
.portfolio-total strong {
  letter-spacing: -0.035em;
  font-size: 14px;
}
.portfolio-total > div:last-child strong {
  color: var(--lime);
}
.choice-scene.has-total .portfolio-total {
  opacity: 1;
  background: var(--blue);
  transform: none;
}
.loan-detail {
  z-index: 15;
  background: #e8edff;
  flex-direction: column;
  padding: 72px 28px 30px;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  position: absolute;
  inset: 0;
  transform: translate(102%);
}
.loan-detail.is-open {
  transform: none;
}
.loan-detail > header {
  border-bottom: 1px solid #0505051f;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  height: 64px;
  display: grid;
}
.loan-detail > header button {
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.loan-detail > header span {
  text-align: center;
  font-size: 13px;
  font-weight: 720;
}
.detail-client {
  text-align: center;
  padding: 31px 0 23px;
}
.detail-check {
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  font-size: 23px;
  font-weight: 850;
  display: grid;
}
.detail-client h3 {
  letter-spacing: -0.055em;
  margin: 10px 0 4px;
  font-size: 31px;
  line-height: 1;
}
.detail-client p {
  color: #0505057a;
  margin: 0;
  font-size: 10px;
}
.detail-loan-amount {
  border-top: 1px solid #05050521;
  border-bottom: 1px solid #05050521;
  padding: 18px 0;
}
.detail-loan-amount small,
.detail-loan-amount strong {
  display: block;
}
.detail-loan-amount small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #05050575;
  font-size: 8px;
  font-weight: 720;
}
.detail-loan-amount strong {
  letter-spacing: -0.065em;
  margin-top: 7px;
  font-size: 38px;
  line-height: 1;
}
.detail-results {
  background: #fff;
  border-radius: 17px;
  grid-template-columns: 1fr 1.35fr;
  margin-top: 14px;
  display: grid;
  overflow: hidden;
}
.detail-results > div {
  padding: 18px;
}
.detail-results > div + div {
  border-left: 1px solid #0505051c;
}
.detail-results small,
.detail-results strong {
  display: block;
}
.detail-results small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0505056b;
  font-size: 8px;
}
.detail-results strong {
  letter-spacing: -0.04em;
  margin-top: 8px;
  font-size: 19px;
}
.detail-results > div:last-child strong {
  color: var(--blue);
}
.handled-by-ike {
  background: #ffffff94;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
  display: flex;
}
.handled-by-ike > span {
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  flex: none;
  place-items: center;
  width: 33px;
  height: 33px;
  font-size: 11px;
  font-weight: 850;
  display: grid;
}
.handled-by-ike p {
  color: #0505058c;
  margin: 0;
  font-size: 9px;
  line-height: 1.35;
}
.handled-by-ike p strong {
  color: var(--ink);
  margin-bottom: 2px;
  font-size: 10px;
  display: block;
}
.choice-close {
  z-index: 4;
  letter-spacing: -0.035em;
  opacity: 0;
  width: min(570px, 39%);
  margin: 0;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 680;
  line-height: 1.2;
  transition:
    opacity 0.8s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: clamp(28px, 4vw, 60px);
  right: clamp(34px, 6vw, 108px);
  transform: translateY(15px);
}
.choice-close.is-visible {
  opacity: 1;
  transform: none;
}
.founding-invitation {
  color: #fff;
  background: #152b91;
  height: 108svh;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}
.founding-invitation:after {
  content: '';
  background: linear-gradient(90deg, #08144905 24%, #0814491f 50%, #081449eb 78%);
  position: absolute;
  inset: 0;
}
.founding-invitation > img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform 9s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  inset: 0;
  transform: scale(1.035);
}
.founding-invitation:hover > img {
  transform: scale(1);
}
.founding-invitation-copy {
  z-index: 3;
  width: min(560px, 39vw);
  position: absolute;
  top: 50%;
  right: clamp(42px, 8vw, 145px);
  transform: translateY(-50%);
}
.founding-invitation-copy h2 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.07em;
  margin: 0;
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 580;
  line-height: 0.88;
}
.founding-invitation-copy p {
  width: min(460px, 100%);
  color: var(--lime);
  letter-spacing: -0.025em;
  margin: 30px 0 26px;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 650;
  line-height: 1.34;
}
.founding-invitation-copy > small {
  color: #ffffff8f;
  margin-top: 16px;
  font-size: 11px;
  display: block;
}
.founding-benefit-section {
  background: var(--paper);
  min-height: 108svh;
  color: var(--ink);
  flex-direction: column;
  padding: clamp(78px, 9vh, 126px) clamp(36px, 7vw, 128px) clamp(68px, 8vh, 108px);
  display: flex;
  position: relative;
  overflow: hidden;
}
.benefit-intro {
  margin-bottom: clamp(72px, 9vh, 112px);
  display: block;
}
.benefit-intro h2 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.068em;
  margin: 0;
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 580;
  line-height: 0.92;
}
.benefit-intro p {
  letter-spacing: -0.025em;
  width: min(620px, 100%);
  color: var(--blue);
  margin: 26px 0 0;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 650;
  line-height: 1.34;
}
.founding-benefits {
  border-top: 1px solid #05050533;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(50px, 8vw, 140px);
  display: grid;
}
.founding-benefits article {
  border-bottom: 1px solid #05050533;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  min-height: 178px;
  padding: 30px 0;
  display: grid;
}
.founding-benefits article > span {
  color: #05050561;
  letter-spacing: 0.13em;
  padding-top: 5px;
  font-size: 9px;
  font-weight: 780;
}
.founding-benefits h3 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 640;
  line-height: 1.15;
}
.founding-benefits p {
  color: #05050575;
  letter-spacing: -0.012em;
  width: min(390px, 100%);
  margin: 12px 0 0;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 460;
  line-height: 1.4;
}
.founding-action {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: auto;
  padding-top: clamp(42px, 6vh, 72px);
  display: flex;
}
.founding-action strong,
.founding-action small {
  display: block;
}
.founding-action strong {
  letter-spacing: -0.02em;
  font-size: 16px;
}
.founding-action small {
  color: #0505057a;
  margin-top: 7px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 48% 52%;
  }
  .hero-copy-panel {
    padding: 48px 38px;
  }
  .hero-copy h1 {
    font-size: clamp(68px, 9.4vw, 96px);
  }
  .hero-copy p {
    font-size: 16px;
  }
  .hero-image {
    object-position: 46% center;
  }
  .manifesto-section {
    padding-inline: 48px;
  }
  .revenue-orb {
    width: clamp(440px, 69vmin, 560px);
    height: clamp(440px, 69vmin, 560px);
  }
  .ike-conversation {
    padding: 74px 34px 88px;
  }
  .conversation-intro p {
    width: min(430px, 100%);
  }
  .product-proof {
    padding: 84px 36px 92px;
  }
  .product-proof-intro p {
    max-width: 480px;
  }
  .product-proof-layout {
    grid-template-columns: minmax(310px, 0.8fr) minmax(430px, 1fr);
    gap: 32px;
    margin-top: 66px;
  }
  .product-callouts > button {
    grid-template-columns: 30px 1fr 24px;
    gap: 11px;
    min-height: 137px;
    padding: 22px 18px;
  }
  .product-callouts > button.is-current {
    transform: translate(5px);
  }
  .proof-phone-wrap {
    height: 740px;
  }
  .proof-phone {
    border-radius: 53px;
    width: 340px;
    height: 700px;
  }
  .proof-phone-screen {
    padding-left: 18px;
    padding-right: 18px;
  }
  .choice-scene {
    grid-template-columns: 1fr minmax(330px, 40%);
    gap: 20px;
    padding: 72px 36px;
  }
  .portfolio-phone {
    width: min(48vw, 470px);
    height: 950px;
    min-height: 950px;
  }
  .choice-copy h2 {
    font-size: clamp(42px, 5.2vw, 58px);
  }
  .choice-close {
    width: min(330px, 39%);
    bottom: 34px;
    right: 36px;
  }
  .founding-invitation-copy {
    width: min(470px, 43vw);
    right: 48px;
  }
  .founding-benefit-section {
    padding: 84px 46px 70px;
  }
  .benefit-intro {
    margin-bottom: 72px;
    display: block;
  }
  .benefit-intro p {
    max-width: 520px;
  }
  .founding-benefits {
    column-gap: 46px;
  }
  .founding-benefits article {
    min-height: 168px;
  }
}
@media (max-width: 860px) and (min-width: 721px) {
  .product-proof {
    min-height: 0;
    padding: 88px 44px 96px;
  }
  .product-proof-layout {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-top: 62px;
    display: flex;
  }
  .product-callouts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    display: grid;
  }
  .product-callouts > button {
    grid-template-columns: 28px 1fr;
    min-height: 178px;
    padding: 22px 18px;
    transform: none !important;
  }
  .product-callouts > button i {
    display: none;
  }
  .product-callouts strong {
    font-size: 20px;
  }
  .product-callouts p {
    font-size: 13px;
  }
  .proof-phone-wrap {
    width: min(590px, 100%);
    height: 770px;
  }
  .proof-phone {
    width: 350px;
    height: 730px;
  }
  .choice-scene {
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
    height: 1300px;
    min-height: 1300px;
    padding: 82px 44px 0;
    display: flex;
  }
  .choice-scene:before {
    width: 90vw;
    top: 40%;
    right: -30vw;
  }
  .choice-copy {
    max-width: 610px;
    transform: none;
  }
  .choice-copy h2 {
    font-size: clamp(52px, 8vw, 68px);
  }
  .portfolio-phone-stage {
    align-items: flex-start;
    height: 900px;
    min-height: 900px;
  }
  .portfolio-phone {
    border-bottom: 0;
    border-radius: 68px 68px 0 0;
    width: min(64vw, 500px);
    height: 1000px;
    min-height: 1000px;
  }
  .choice-close {
    width: auto;
    max-width: 560px;
    bottom: 34px;
    left: 44px;
    right: 44px;
  }
}
@media (max-width: 720px) {
  .nav {
    height: 60px;
    padding: 0 16px;
  }
  .faq-button,
  .nav-button {
    height: 40px;
    padding: 0 16px;
  }
  .hero {
    grid-template-rows: minmax(330px, 45svh) minmax(420px, 1fr);
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100svh - 60px);
  }
  .hero-visual {
    grid-row: 1;
  }
  .hero-copy-panel {
    grid-row: 2;
    align-items: flex-start;
    padding: 42px 24px 54px;
  }
  .hero-copy h1 {
    font-size: clamp(64px, 19vw, 92px);
  }
  .hero-copy p {
    margin: 28px 0 24px;
    font-size: 16px;
  }
  .hero-copy > a {
    justify-content: space-between;
    width: 100%;
    padding: 0 22px;
  }
  .hero-image {
    object-position: 46% 50%;
  }
  .manifesto-section {
    min-height: 0;
    padding: 96px 20px 108px;
  }
  .manifesto-copy {
    gap: 22px;
  }
  .manifesto-statement {
    letter-spacing: -0.038em;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.24;
  }
  .manifesto-belief {
    padding-top: 22px;
  }
  .revenue-scene {
    height: 105svh;
    min-height: 740px;
    padding: 70px 18px;
  }
  .revenue-scene:before {
    background-position: 50%;
    inset: -1%;
  }
  .revenue-orb {
    width: min(90vw, 480px);
    height: min(90vw, 480px);
  }
  .orb-copy {
    gap: 13px;
  }
  .orb-copy strong {
    font-size: clamp(122px, 37vw, 174px);
  }
  .orb-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .revenue-mechanism {
    margin-top: 3px;
    font-size: 16px;
  }
  .ike-conversation {
    min-height: 110svh;
    padding: 64px 18px 86px;
  }
  .conversation-intro {
    margin-bottom: 28px;
    display: block;
  }
  .conversation-intro h2 {
    font-size: 82px;
  }
  .conversation-intro p {
    width: 100%;
    margin-top: 22px;
    font-size: 18px;
  }
  .product-proof {
    min-height: 0;
    padding: 72px 18px 86px;
  }
  .product-proof-intro {
    display: block;
  }
  .product-proof-intro h2 {
    font-size: clamp(50px, 14vw, 68px);
  }
  .product-proof-intro p {
    margin-top: 26px;
    font-size: 18px;
  }
  .product-proof-layout {
    flex-direction: column;
    gap: 38px;
    margin-top: 54px;
    display: flex;
  }
  .product-callouts {
    gap: 8px;
    width: 100%;
  }
  .product-callouts > button {
    border-radius: 18px;
    grid-template-columns: 28px 1fr 23px;
    min-height: 0;
    padding: 20px 15px;
  }
  .product-callouts > button.is-current {
    transform: none;
  }
  .product-callouts strong {
    font-size: 19px;
  }
  .product-callouts p {
    font-size: 13px;
  }
  .phone-bridge {
    min-height: 180px;
    padding: 40px 20px;
  }
  .phone-bridge p {
    font-size: clamp(35px, 10.5vw, 52px);
  }
  .proof-phone-wrap {
    border-radius: 34px;
    width: 100%;
    height: 740px;
  }
  .proof-phone {
    border-width: 9px;
    border-radius: 50px;
    width: min(86vw, 340px);
    height: 700px;
  }
  .proof-phone-screen {
    padding-top: 56px;
  }
  .choice-scene {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    height: 1160px;
    min-height: 1160px;
    padding: 52px 18px 0;
    display: flex;
  }
  .choice-scene:before {
    width: 105vw;
    top: 42%;
    right: -44vw;
  }
  .choice-copy {
    max-width: none;
    transform: none;
  }
  .choice-copy h2 {
    font-size: clamp(39px, 11vw, 52px);
    line-height: 1;
  }
  .choice-copy p {
    margin-top: 20px;
    font-size: 18px;
  }
  .portfolio-phone-stage {
    align-self: stretch;
    align-items: flex-start;
    height: 790px;
    min-height: 790px;
  }
  .portfolio-phone {
    border-width: 10px 10px 0;
    border-bottom-style: none;
    border-bottom-color: currentColor;
    border-radius: 58px 58px 0 0;
    width: min(94vw, 390px);
    height: 800px;
    min-height: 800px;
    transform: translateY(2%) scale(0.95);
  }
  .choice-scene.is-active .portfolio-phone {
    transform: none;
  }
  .portfolio-screen,
  .loan-detail {
    padding-left: 18px;
    padding-right: 18px;
  }
  .phone-status {
    left: 23px;
    right: 23px;
  }
  .phone-island {
    width: 112px;
    height: 32px;
  }
  .portfolio-title {
    padding-top: 20px;
  }
  .loan-list {
    gap: 6px;
  }
  .loan-list > button {
    grid-template-columns: 42px 1fr auto;
    gap: 9px;
    min-height: 81px;
    padding: 9px 10px;
  }
  .loan-avatar {
    width: 40px;
    height: 40px;
  }
  .loan-identity strong {
    font-size: 12px;
  }
  .loan-share strong {
    font-size: 13px;
  }
  .portfolio-total > div {
    padding: 13px 11px;
  }
  .portfolio-total strong {
    font-size: 12px;
  }
  .detail-client {
    padding-top: 26px;
  }
  .detail-client h3 {
    font-size: 28px;
  }
  .detail-loan-amount strong {
    font-size: 34px;
  }
  .detail-results > div {
    padding: 15px 13px;
  }
  .detail-results strong {
    font-size: 17px;
  }
  .choice-close {
    width: auto;
    font-size: 17px;
    position: absolute;
    bottom: 25px;
    left: 18px;
    right: 18px;
  }
  .founding-invitation {
    height: 105svh;
    min-height: 760px;
  }
  .founding-invitation:after {
    background: linear-gradient(#08144905 25%, #081449d6 69%, #081449fa 100%);
  }
  .founding-invitation > img {
    object-position: 50% 30%;
  }
  .founding-invitation-copy {
    width: auto;
    inset: auto 20px 92px;
    transform: none;
  }
  .founding-invitation-copy h2 {
    font-size: clamp(52px, 15vw, 72px);
  }
  .founding-invitation-copy p {
    margin: 24px 0 22px;
    font-size: 18px;
  }
  .founding-benefit-section {
    min-height: 0;
    padding: 72px 20px 82px;
  }
  .benefit-intro {
    margin-bottom: 52px;
    display: block;
  }
  .benefit-intro h2 {
    font-size: clamp(48px, 13vw, 66px);
  }
  .benefit-intro p {
    margin-top: 28px;
    font-size: 18px;
  }
  .founding-benefits {
    grid-template-columns: 1fr;
  }
  .founding-benefits article {
    grid-template-columns: 28px 1fr;
    gap: 8px 11px;
    min-height: 0;
    padding: 28px 0;
  }
  .founding-benefits article > span {
    grid-row: 1;
  }
  .founding-benefits h3 {
    font-size: 20px;
  }
  .founding-benefits p {
    font-size: 14px;
  }
  .founding-action {
    padding-top: 46px;
    display: block;
  }
}
@media (max-width: 360px) {
  .nav {
    padding: 0 12px;
  }
  .wordmark {
    font-size: 21px;
  }
  .faq-button,
  .nav-button {
    padding: 0 13px;
  }
  .hero {
    grid-template-rows: minmax(300px, 42svh) minmax(400px, 1fr);
  }
  .hero-copy-panel {
    padding: 36px 20px 48px;
  }
  .hero-copy h1 {
    font-size: clamp(60px, 18vw, 70px);
  }
  .conversation-intro h2 {
    font-size: clamp(62px, 20vw, 74px);
  }
  .proof-phone-wrap {
    height: 680px;
  }
  .proof-phone {
    border-radius: 45px;
    width: min(88vw, 316px);
    height: 650px;
  }
  .proof-phone-screen {
    padding-left: 14px;
    padding-right: 14px;
  }
  .command-buyers button {
    grid-template-columns: 40px 1fr auto;
    gap: 8px;
    padding-inline: 9px;
  }
  .command-buyers img {
    width: 38px;
    height: 38px;
  }
  .choice-scene {
    height: 1130px;
    min-height: 1130px;
  }
  .portfolio-phone-stage {
    height: 770px;
    min-height: 770px;
  }
  .portfolio-phone {
    border-radius: 50px 50px 0 0;
    height: 790px;
    min-height: 790px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    transition: none !important;
    animation: none !important;
  }
  .hero-visual {
    clip-path: none;
  }
}
.blog-index {
  max-width: 1440px;
  margin: auto;
  padding: clamp(80px, 9vw, 145px) clamp(22px, 4vw, 70px) clamp(110px, 12vw, 180px);
}
.blog-index-header {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 8vw;
  padding-bottom: clamp(65px, 8vw, 115px);
  display: grid;
}
.blog-index-header h1 {
  letter-spacing: -0.075em;
  margin: 0;
  font-size: clamp(62px, 8vw, 124px);
  font-weight: 720;
  line-height: 0.88;
}
.blog-index-header p {
  max-width: 500px;
  color: var(--muted);
  letter-spacing: -0.03em;
  margin: 0;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.45;
}
.blog-grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 46px);
  display: grid;
}
.blog-card {
  min-width: 0;
  color: var(--ink);
  border-top: 1px solid var(--ink);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}
.blog-card-image {
  aspect-ratio: 16/10;
  background: var(--blue);
  border-radius: 24px;
  margin-top: 22px;
  overflow: hidden;
}
.blog-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}
.blog-card:nth-child(2) .blog-card-image img {
  object-fit: contain;
  background: var(--lime);
  padding: 8%;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.025);
}
.blog-card-copy {
  padding: 26px 2px 8px;
}
.blog-card-copy > span {
  color: var(--blue);
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
}
.blog-card h2 {
  letter-spacing: -0.058em;
  margin: 22px 0 0;
  font-size: clamp(37px, 4vw, 60px);
  font-weight: 690;
  line-height: 0.96;
}
.blog-card p {
  max-width: 610px;
  color: var(--muted);
  letter-spacing: -0.02em;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.52;
}
.blog-card strong {
  margin-top: 30px;
  font-size: 13px;
  display: inline-block;
}
.article-page {
  max-width: 1320px;
  margin: auto;
  padding: clamp(70px, 9vw, 140px) clamp(22px, 4vw, 70px) clamp(110px, 12vw, 180px);
}
.article-header {
  text-align: center;
  max-width: 1040px;
  margin: auto;
}
.article-back {
  color: var(--ink);
  text-underline-offset: 5px;
  margin-bottom: 58px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.article-header h1 {
  letter-spacing: -0.075em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(58px, 8vw, 116px);
  font-weight: 710;
  line-height: 0.9;
}
.article-header p {
  max-width: 820px;
  color: var(--muted);
  letter-spacing: -0.035em;
  text-wrap: balance;
  margin: 38px auto 0;
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.42;
}
.article-header > span {
  color: var(--blue);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 26px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}
.article-image {
  aspect-ratio: 16/8;
  background: var(--blue);
  border-radius: 30px;
  width: min(1120px, 100%);
  margin: clamp(70px, 8vw, 120px) auto 0;
  overflow: hidden;
}
.article-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.article-image-50-percent-more-revenue {
  background: var(--lime);
}
.article-image-50-percent-more-revenue img {
  object-fit: contain;
  padding: 7%;
}
.article-body {
  max-width: 780px;
  margin: clamp(70px, 8vw, 115px) auto 0;
}
.article-body p {
  color: #282723;
  letter-spacing: -0.018em;
  margin: 0;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.72;
}
.article-body p + p {
  margin-top: 1.65em;
}
.article-body p:first-child:first-letter {
  float: left;
  color: var(--blue);
  letter-spacing: -0.08em;
  margin: 0.08em 0.12em 0 0;
  font-size: 4.6em;
  font-weight: 700;
  line-height: 0.75;
}
.article-signoff {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  font-weight: 720;
}
@media (max-width: 760px) {
  .blog-index {
    padding-top: 64px;
  }
  .blog-index-header {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 68px;
  }
  .blog-index-header h1 {
    font-size: clamp(56px, 18vw, 82px);
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .blog-card-image {
    border-radius: 18px;
  }
  .article-page {
    padding-top: 55px;
  }
  .article-back {
    margin-bottom: 42px;
  }
  .article-header h1 {
    font-size: clamp(49px, 15vw, 72px);
  }
  .article-header p {
    margin-top: 26px;
    font-size: 20px;
  }
  .article-image {
    aspect-ratio: 4/3;
    border-radius: 20px;
    margin-top: 62px;
  }
  .article-body {
    margin-top: 60px;
  }
  .article-body p {
    font-size: 18px;
    line-height: 1.68;
  }
}

/* The captured stylesheet supplies the selected visual identity. These are the
   reviewed landing-page and illustrated app-component refinements. */
:root {
  --landing-width: 1200px;
  --landing-gutter: clamp(24px, 6vw, 96px);
  --landing-inset: max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  --landing-section-space: clamp(72px, 6vw, 96px);
  --landing-heading: clamp(38px, 5vw, 72px);
  --landing-heading-small: clamp(36px, 4vw, 56px);
}
.license-page {
  background: var(--ink);
  color: var(--paper);
}
.license-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
}
.license-intro,
.license-request {
  padding: clamp(56px, 7vw, 112px) max(var(--landing-gutter), calc((100vw - 1360px) / 2));
}
.license-intro h1 {
  font-family: var(--font-space-grotesk), sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.license-intro h1 em {
  color: var(--lime);
  font-style: normal;
}
.license-intro > p {
  max-width: 58ch;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 32px;
}
.license-guide {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 16px;
  text-decoration: underline;
}
.license-request {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  background: var(--blue);
  color: var(--paper);
  scroll-margin-top: 24px;
}
.license-request h2 {
  color: var(--lime);
  font-family: var(--font-space-grotesk), sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 5.4vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.license-request-intro p,
.license-status p {
  max-width: 46ch;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
.license-form-panel {
  padding: clamp(24px, 3vw, 40px);
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--ink);
  min-width: 0;
}
.license-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
}
.license-form .waitlist-field {
  min-width: 0;
  align-content: start;
}
.license-form .waitlist-field label {
  color: var(--ink);
}
.license-form .waitlist-field input {
  min-width: 0;
  border: 1px solid var(--ink);
  font-variant-numeric: tabular-nums;
  color-scheme: light;
}
.license-form .waitlist-submit,
.license-error {
  grid-column: 1 / -1;
}
.license-form .waitlist-submit {
  border: 1px solid var(--ink);
}
.license-form small,
.license-request .license-note {
  font-size: 13px;
  line-height: 1.5;
}
.license-intro :focus-visible {
  outline-color: var(--lime);
}
.license-form-panel :focus-visible {
  outline-color: var(--blue);
}
.license-request .license-note {
  margin-top: 24px;
}
.license-status h3 {
  font-family: var(--font-space-grotesk), sans-serif;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.license-error {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .license-image img {
    height: 340px;
    object-position: 38% center;
  }
  .license-request,
  .license-form {
    grid-template-columns: 1fr;
  }
  .license-request {
    gap: 32px;
  }
  .license-intro > p {
    font-size: 18px;
    margin-top: 24px;
  }
}

html {
  scroll-padding-top: 88px;
}
.phone-bridge .desktop-break {
  display: none;
}
@media (min-width: 721px) {
  .phone-bridge .desktop-break {
    display: initial;
  }
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.hero :focus-visible,
.founding-invitation :focus-visible {
  outline-color: var(--lime);
}
a {
  text-underline-offset: 0.2em;
}
.link-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: none;
  vertical-align: -0.2em;
}
.link-arrow-back {
  transform: rotate(180deg);
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav .faq-button {
  border: 0;
  padding-inline: 12px;
  border-radius: 0;
}
.nav .text-link,
.nav .faq-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav .faq-button,
.nav .text-link {
  transition: none;
}
.nav .faq-button:hover,
.nav .text-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  background: transparent;
  transform: none;
}
.nav .nav-button,
.nav .nav-button:hover {
  transform: none;
}
.hero-copy {
  width: 100%;
  max-width: 580px;
}
.hero {
  position: relative;
}
.hero-phone {
  position: absolute;
  z-index: 3;
  left: calc(max(440px, 44%) + 12px);
  bottom: 0;
  width: 360px;
  aspect-ratio: 887 / 1000;
  overflow: hidden;
}
.hero-phone > img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 24px rgb(5 5 5 / 24%));
}
@media (max-width: 980px) {
  .hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .hero-visual {
    display: none;
  }
  .hero-copy-panel {
    grid-area: 1 / 1;
    justify-content: center;
    padding: 32px 24px 16px;
  }
  .hero-phone {
    position: relative;
    grid-area: 2 / 1;
    align-self: end;
    justify-self: center;
    left: auto;
    transform: none;
    bottom: auto;
    width: min(calc(100vw - 24px), 320px);
  }
}
.hero-copy h1,
.product-proof-intro h2,
.conversation-intro h2,
.benefit-intro h2,
.founding-invitation-copy h2,
.choice-copy h2 {
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}
.hero-copy h1 {
  font-size: clamp(64px, 6.1vw, 112px);
}
.hero-copy p,
.product-proof-intro p,
.conversation-intro p,
.benefit-intro p,
.choice-copy p {
  max-width: 46ch;
}
.manifesto-section,
.founding-benefit-section {
  min-height: 0;
  padding-block: clamp(88px, 9vw, 144px);
  padding-inline: max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
}
.manifesto-copy {
  width: 100%;
  max-width: var(--landing-width);
}
.manifesto-statement {
  max-width: 36ch;
}
.manifesto-belief {
  margin-left: 0;
}
.product-proof,
.ike-conversation {
  padding-inline: max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
}
.product-proof {
  min-height: 0;
  padding-block: var(--landing-section-space);
}
.product-proof-intro,
.conversation-intro,
.benefit-intro {
  max-width: var(--landing-width);
  margin-inline: auto;
}
.product-proof-layout {
  max-width: var(--landing-width);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  margin-top: 48px;
}
.product-proof-intro h2,
.benefit-intro h2 {
  max-width: 16ch;
  font-size: var(--landing-heading);
}
.benefit-intro {
  width: 100%;
  margin-bottom: 48px;
}
.founding-action {
  margin-top: 0;
}
.revenue-scene::before {
  background-image: url('/assets/revenue-disc-1200.webp');
}
/* The original numeral was completely clipped until a 42%-visible observer
   fired. The claim must remain readable even on short viewports or without JS. */
.orb-copy strong {
  clip-path: none;
  transform: none;
  letter-spacing: -0.04em;
}
.revenue-mechanism {
  color: #fff;
}
.footnote-ref {
  display: inline;
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0;
  margin-left: 0.05em;
}
.footnote-ref a {
  padding: 0.25em 0.2em;
  color: inherit;
}
.ike-conversation {
  min-height: 0;
  padding-block: 96px;
}
.conversation-intro {
  margin-bottom: 48px;
}
.conversation-intro h2 {
  font-size: var(--landing-heading-small);
  max-width: 18ch;
}
.faq-list {
  max-width: 860px;
  margin-left: auto;
}
.faq-item {
  border-top: 1px solid #05050530;
}
.faq-item:last-child {
  border-bottom: 1px solid #05050530;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 22px 8px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.3;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  flex: none;
  width: 24px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-item summary:hover {
  background: #2855f20a;
}
.faq-answer {
  max-width: 66ch;
  padding: 0 40px 26px 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #222a40;
}
.faq-more {
  max-width: 860px;
  margin: 28px 0 0 auto;
  font-size: 16px;
}
.faq-more a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #1738af;
  text-decoration: underline;
}
.blog-peek {
  background: var(--paper);
  padding: 88px max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
}
.blog-peek h2 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  font-size: var(--landing-heading-small);
  font-weight: 580;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 36px;
}
.blog-peek-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.blog-peek-card {
  display: block;
  text-decoration: none;
  color: var(--ink);
}
.blog-peek-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 16px;
}
.blog-peek-card h3 {
  margin: 22px 0 12px;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.blog-peek-card:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.blog-peek > p {
  margin-top: 30px;
}
.blog-peek > p a {
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
}
.founding-invitation {
  height: auto;
  min-height: 960px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 88px var(--landing-gutter);
}
.founding-invitation-copy {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: min(500px, 44%);
}
.founding-invitation-copy h2 {
  font-size: var(--landing-heading);
}
.waitlist-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.waitlist-field {
  display: grid;
  gap: 8px;
}
.waitlist-field label {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.waitlist-field input {
  width: 100%;
  height: 50px;
  padding: 12px 14px;
  border: 1px solid #ffffff85;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.waitlist-field input::placeholder {
  color: #595959;
}
.waitlist-submit {
  min-height: 52px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 999px;
  padding: 14px 24px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  margin-top: 4px;
}
.waitlist-submit:hover {
  background: #e9ff94;
}
.waitlist-submit:disabled {
  opacity: 0.75;
  cursor: wait;
}
.founding-invitation-copy .waitlist-error {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.waitlist-status {
  margin-top: 36px;
  color: #fff;
}
.waitlist-status h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.founding-invitation-copy .waitlist-status p {
  font-size: 18px;
  margin: 16px 0;
  color: #fff;
}
.founding-invitation-copy > small {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.landing-footer {
  background: var(--paper);
  padding: 64px max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  color: #383833;
  font-size: 14px;
  line-height: 1.5;
}
.landing-footer > p {
  margin-bottom: 16px;
}
.landing-footer a {
  text-decoration: underline;
}
.footer-notes {
  padding-left: 20px;
  max-width: 100ch;
}
.footer-notes li {
  padding: 6px 0 6px 8px;
  scroll-margin-top: 100px;
}
.footer-notes li:target,
.footer-notes li.is-targeted {
  background: #ddff5640;
}
.footnote-ref.is-targeted a {
  background: var(--lime);
  color: var(--ink);
  border-radius: 0.4em;
}
.footer-notes a {
  display: inline-block;
  padding: 4px 8px;
}
.product-autoplay,
.choice-autoplay {
  font-size: 14px;
  min-height: 44px;
  padding: 8px 12px;
  color: #393939;
  cursor: pointer;
}
.choice-autoplay {
  position: absolute;
  bottom: 20px;
  left: var(--landing-gutter);
  z-index: 5;
  background: var(--paper);
  border-radius: 999px;
}
.loan-detail {
  transition:
    transform 300ms cubic-bezier(0.22, 0.7, 0.25, 1),
    visibility 0s;
}
.loan-detail[aria-hidden='true'] {
  visibility: hidden;
  transition:
    transform 300ms cubic-bezier(0.22, 0.7, 0.25, 1),
    visibility 0s 300ms;
}
.portfolio-screen {
  transition: transform 300ms cubic-bezier(0.22, 0.7, 0.25, 1);
}
.portfolio-screen.is-behind {
  filter: none;
  opacity: 1;
  transform: translateX(-25%);
}
.product-callouts p {
  color: #545d60;
  font-weight: 560;
}
.product-callouts > button {
  transition: border-color 180ms;
}
.product-callouts > button.is-current p,
.product-callouts > button.is-current > span {
  color: #eef2ff;
}
.product-callouts > button > span {
  color: #545d60;
}
.product-callouts i {
  opacity: 1;
}
.product-callouts > button:hover,
.product-callouts > button.is-current {
  transform: none;
}
.scene-tap {
  position: absolute;
  z-index: 30;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #05050540;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.scene-outgoing {
  pointer-events: none;
}
.scene-instant .loan-detail,
.scene-instant .portfolio-screen {
  transition: none;
}
.proof-phone-screen {
  overflow-y: auto;
  scrollbar-width: none;
}
.application-review:has(.application-receipt:not([hidden])) > h3 {
  display: none;
}
.application-review:has(.application-receipt:not([hidden])) {
  display: flex;
  flex-direction: column;
}
.application-review .application-receipt {
  order: -1;
  margin-top: 0;
  margin-bottom: 20px;
}
.proof-phone button:active,
.portfolio-phone button:active,
.scene-pressed {
  filter: brightness(0.88);
}
.is-paused *,
.is-paused::before {
  animation: none !important;
}
.loan-list > button {
  opacity: 1;
  transform: none;
}
.choice-close {
  opacity: 1;
  transform: none;
}
.proof-phone-screen {
  animation: none;
}
@media (max-width: 1100px) {
  .product-proof-layout {
    display: flex;
  }
  .founding-invitation-copy {
    width: min(470px, 48%);
  }
}
@media (max-width: 700px) {
  :root {
    --landing-gutter: 22px;
  }
  html {
    scroll-padding-top: 76px;
  }
  .nav {
    height: 64px;
    padding-inline: 14px;
  }
  .nav nav {
    gap: 6px;
  }
  .nav .text-link {
    display: none;
  }
  .nav .faq-button {
    padding-inline: 7px;
    font-size: 12px;
  }
  .nav .nav-button {
    padding-inline: 13px;
    font-size: 12px;
    min-height: 44px;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 10.8vw, 72px);
  }
  .hero-copy-panel {
    padding-inline: 22px;
  }
  .hero {
    grid-template-rows: auto auto;
    min-height: 0;
  }
  .manifesto-section,
  .founding-benefit-section {
    padding-block: 76px;
  }
  .manifesto-statement {
    font-size: clamp(25px, 6.8vw, 34px);
  }
  .product-proof-intro h2,
  .benefit-intro h2,
  .conversation-intro h2 {
    font-size: var(--landing-heading);
  }
  .ike-conversation {
    padding-block: 72px;
  }
  .faq-item summary {
    min-height: 68px;
    padding-block: 20px;
    font-size: 19px;
  }
  .faq-answer {
    font-size: 16px;
    padding-right: 12px;
  }
  .blog-peek {
    padding-block: 64px;
  }
  .blog-peek-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .blog-peek-card h3 {
    margin-top: 18px;
  }
  .founding-invitation {
    min-height: 1160px;
    align-items: flex-end;
    padding: 420px 22px 72px;
  }
  .founding-invitation::after {
    background: linear-gradient(#08144905 15%, #081449e8 40%, #081449fa 100%);
  }
  .founding-invitation-copy {
    width: 100%;
    inset: auto;
  }
  .founding-invitation-copy h2 {
    font-size: clamp(44px, 12vw, 68px);
  }
  .founding-invitation > img {
    object-position: 50% 15%;
  }
  .landing-footer {
    padding-block: 48px;
  }
  .choice-close {
    bottom: 64px;
  }
  .choice-autoplay {
    bottom: 12px;
  }
  .revenue-scene::before {
    background-image: url('/assets/revenue-disc-600.webp');
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .buyer-chat,
  .ike-chat {
    opacity: 1;
    transform: none;
  }
}

.faq-number {
  width: 2ch;
  flex: none;
  font-size: 13px;
  color: #37415f;
  font-variant-numeric: tabular-nums;
}
.faq-item summary > span:last-child {
  flex: 1;
}
.faq-more {
  display: block;
  min-height: 44px;
  color: #1738af;
  text-decoration: underline;
}

.is-paused .buyer-chat,
.is-paused .ike-chat,
.letter-ready:not([hidden]) {
  opacity: 1;
  transform: none;
}
.blog-peek-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.blog-peek-intro h2 {
  margin: 0;
}
.blog-peek-intro > a {
  font-size: 16px;
  text-decoration: underline;
  padding-block: 12px;
}
@media (max-width: 700px) {
  .blog-peek-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

.is-paused .command-buyers button,
.is-paused .command-insight,
.is-paused .buying-position,
.is-paused .ike-deeper-view,
.is-paused .decision-action {
  opacity: 1;
  transform: none;
}

.footer-notes {
  list-style: decimal outside;
  margin-top: 20px;
}
.footer-company .wordmark {
  text-decoration: none;
}
.footer-company {
  display: grid;
  gap: 6px;
  justify-items: start;
}
.sequence-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  width: 100%;
}
.sequence-controls button {
  flex: none;
  min-height: 44px;
  min-width: 80px;
  padding: 10px 18px;
  border: 1px solid #05050540;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.sequence-controls .sequence-toggle {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.sequence-controls button:hover {
  background: #0505050a;
}
.sequence-controls .sequence-toggle:hover {
  background: #1d42c6;
}
.sequence-controls button:disabled {
  opacity: 0.6;
  cursor: default;
}
.sequence-controls input {
  flex: 1;
  min-width: 60px;
  height: 44px;
  accent-color: var(--blue);
  cursor: pointer;
}
.sequence-time {
  flex: none;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.choice-scene {
  height: 1080px;
  min-height: 1080px;
}
.choice-scene > .sequence-controls {
  position: absolute;
  bottom: 18px;
  left: var(--landing-gutter);
  width: calc(100% - 2 * var(--landing-gutter));
  z-index: 5;
}
.choice-close {
  bottom: 98px;
}
.choice-scene::before {
  pointer-events: none;
  z-index: 0;
}
.nav .nav-button {
  background: var(--blue);
}
.hero-copy > a {
  background: var(--lime);
  color: var(--ink);
}
.nav .nav-button:hover {
  background: #1d42c6;
}
.hero-copy > a:hover,
.waitlist-submit:hover {
  background: #e9ff94;
}
.hero-copy > a,
.nav .nav-button,
.waitlist-submit {
  transition:
    background-color 0.18s,
    color 0.18s;
}
.hero-copy > a:hover,
.hero-copy > a:hover span,
.nav .nav-button:hover {
  transform: none;
}
.nav .nav-button:active {
  background: #1738af;
}
.hero-copy > a:active,
.waitlist-submit:active {
  background: #c7eb3d;
}
@media (max-width: 1100px) and (min-width: 701px) {
  .choice-scene {
    height: 1380px;
    min-height: 1380px;
  }
}
@media (max-width: 700px) {
  .sequence-controls {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sequence-controls input {
    order: 4;
    flex-basis: 100%;
    width: 100%;
  }
  .sequence-time {
    margin-left: auto;
  }
  .sequence-controls button {
    min-width: 72px;
    padding-inline: 14px;
  }
  .choice-scene {
    height: 1260px;
    min-height: 1260px;
  }
  .choice-close {
    bottom: 144px;
  }
}

.choice-scene > .sequence-controls {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* Shared components approved in the landing-mock review. */
.proof-phone,
.portfolio-phone {
  width: min(390px, calc(100vw - 44px));
  border: 10px solid var(--ink);
  border-radius: 52px;
  background: #f8f6f0;
}
.proof-phone {
  height: 844px;
}
.proof-phone-wrap {
  height: auto;
  min-height: 0;
  padding-block: 24px;
}
.portfolio-phone {
  height: 844px;
  min-height: 844px;
  transform: translateY(20px) scale(0.98);
}
.choice-scene.is-active .portfolio-phone {
  transform: none;
}
.proof-phone-screen,
.portfolio-screen,
.loan-detail {
  padding: 60px 18px 24px;
  background: #f8f6f0;
}
.proof-phone-screen header,
.portfolio-header,
.loan-detail > header {
  min-height: 70px;
  height: auto;
  flex-basis: 70px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 8px;
  padding-bottom: 16px;
}
.proof-phone-screen header > div,
.portfolio-header > div {
  text-align: left;
}
.proof-phone-screen header strong,
.portfolio-header strong,
.loan-detail > header span {
  font-size: 17px;
  letter-spacing: -0.025em;
}
.proof-phone-screen header small,
.portfolio-header small {
  font-size: 13px;
  color: #545d60;
}
.proof-phone-screen header .mock-back,
.loan-detail > header button {
  width: 44px;
  height: 44px;
  border: 1px solid #d6d9d5;
  border-radius: 12px;
  background: transparent;
  display: grid;
  place-items: center;
}
.proof-phone-screen header .mock-chat {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
}
.mock-unread {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
}
.mock-profile,
.command-screen header i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--lime);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.command-summary,
.portfolio-title {
  gap: 12px;
  align-items: baseline;
}
.command-summary p,
.portfolio-title p {
  font-size: 15px;
}
.command-summary span,
.portfolio-title span {
  font-size: 12px;
  flex: none;
}
.command-buyers > button,
.command-buyers > .mock-buyer-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 104px;
  height: auto;
  padding: 12px 10px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  border: 1px solid #0505051a;
  border-radius: 16px;
  opacity: 1;
  transform: none;
}
.command-buyers img {
  width: 38px;
  height: 38px;
}
.command-buyers span strong,
.loan-identity strong {
  font-size: 15px;
  line-height: 1.3;
}
.command-buyers span small {
  font-size: 13px;
  color: #545d60;
  line-height: 1.35;
}
.command-buyers b {
  font-size: 15px;
}
.command-insight,
.ike-deeper-view,
.handled-by-ike {
  background: #e8edff;
  border-radius: 14px;
  padding: 18px;
}
.command-insight p,
.handled-by-ike p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.command-insight p strong,
.handled-by-ike p strong {
  font-size: 15px;
  color: var(--ink);
}
.command-insight > span,
.ike-chat > span,
.handled-by-ike > span {
  font-size: 13px;
}
.buying-position {
  padding: 24px 18px;
}
.buying-position small {
  font-size: 13px;
  letter-spacing: 0;
  color: #545d60;
}
.buying-position > strong,
.detail-loan-amount strong {
  font-size: 34px;
  letter-spacing: -0.04em;
}
.buying-position > strong {
  margin-top: 0;
}
.decision-action strong {
  margin-top: 0;
}
.detail-client h3 {
  margin-top: 0;
}
.buying-position i {
  position: static;
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
}
.buying-position p {
  font-size: 15px;
  color: #545d60;
  line-height: 1.5;
}
.buyer-facts p {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: baseline;
  gap: 16px;
  padding: 17px 0;
}
.buyer-facts span {
  font-size: 13px;
  color: #545d60;
}
.buyer-facts strong {
  font-size: 15px;
  text-align: right;
  font-weight: 600;
}
.ike-deeper-view {
  display: block;
}
.ike-deeper-view small {
  font-size: 13px;
  letter-spacing: 0;
  color: #1738af;
}
.ike-deeper-view strong {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 8px;
}
.ike-deeper-view button {
  font-size: 14px;
  min-width: 44px;
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
  color: #1738af;
}
.chat-time {
  font-size: 12px;
  letter-spacing: 0;
  color: #545d60;
}
.buyer-chat p,
.ike-chat p {
  font-size: 15px;
  line-height: 1.5;
}
.ike-chat p {
  background: #e8edff;
  color: var(--ink);
}
.ike-chat p strong {
  color: #1738af;
}
.decision-action {
  border: 0;
  border-radius: 14px;
  padding: 18px;
}
.decision-action small {
  font-size: 12px;
  letter-spacing: 0;
}
.decision-action strong {
  font-size: 17px;
}
.decision-action button {
  height: auto;
  min-height: 48px;
  font-size: 15px;
  background: var(--blue);
}
.decision-action button:hover {
  background: #1d42c6;
}
.decision-action button:disabled {
  background: #1738af;
  cursor: default;
}
.application-prompt {
  margin-top: 24px;
}
.application-prompt .ike-chat {
  opacity: 1;
  transform: none;
  animation: none;
}
.application-prompt .decision-action,
.application-review .decision-action,
.application-receipt .decision-action {
  padding: 0;
  background: transparent;
  opacity: 1;
  animation: none;
}
.application-review,
.application-auth,
.application-pending,
.application-receipt {
  margin-top: 24px;
}
.application-review h3,
.application-auth h3,
.application-pending h3,
.application-receipt h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 12px 0 20px;
}
.application-review dl,
.application-receipt dl {
  margin: 0;
}
.application-review dl > div,
.application-receipt dl > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.application-review dt,
.application-review > small,
.application-receipt dt,
.application-receipt small {
  font-size: 13px;
  color: #545d60;
}
.application-review dd,
.application-receipt dd {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 650;
}
.application-review p,
.application-pending p,
.application-receipt p {
  font-size: 15px;
  line-height: 1.5;
}
.application-auth {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  display: grid;
  place-items: center;
  background: #05050533;
}
.application-auth-panel {
  text-align: center;
  width: 200px;
  padding: 24px;
  border-radius: 20px;
  background: #f7f5ef;
}
.application-auth svg {
  margin-inline: auto;
}
.application-auth button,
.application-receipt summary {
  padding-block: 12px;
  min-height: 44px;
  font-size: 15px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.letter-ready strong {
  font-size: 15px;
}
.letter-ready small {
  font-size: 13px;
  color: #384322;
  line-height: 1.4;
}
.loan-list > button {
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 10px;
  min-height: 114px;
}
.loan-avatar,
.loan-avatar img {
  width: 36px;
  height: 36px;
}
.loan-identity small,
.loan-identity em {
  font-size: 12px;
  color: #545d60;
  line-height: 1.4;
}
.loan-share small {
  font-size: 12px;
  color: #545d60;
  letter-spacing: 0;
  text-transform: none;
}
.loan-share strong {
  font-size: 15px;
}
.portfolio-total {
  min-height: 92px;
  flex-basis: 92px;
  grid-template-columns: 1fr 1fr;
}
.portfolio-total small {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}
.portfolio-total strong {
  font-size: 24px;
}
.detail-client small {
  font-size: 12px;
  letter-spacing: 0;
}
.detail-client h3 {
  font-size: 28px;
  letter-spacing: -0.03em;
}
.detail-client p,
.detail-loan-amount small,
.detail-results small {
  font-size: 13px;
  color: #545d60;
  letter-spacing: 0;
  text-transform: none;
}
.detail-results strong {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.detail-results > div {
  padding: 18px 12px;
}
.loan-list > button:hover {
  box-shadow: none;
  background: #f0f3ff;
}
.proof-phone button,
.portfolio-phone button {
  cursor: pointer;
}
.proof-phone button:focus-visible,
.portfolio-phone button:focus-visible {
  outline-offset: 2px;
}

@media (max-width: 360px) {
  .proof-phone-screen,
  .portfolio-screen,
  .loan-detail {
    padding-inline: 12px;
  }
  .command-screen header {
    grid-template-columns: 30px minmax(0, 1fr) 34px;
  }
  .command-screen header strong {
    font-size: 15px;
  }
  .command-buyers > button,
  .command-buyers > .mock-buyer-row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 6px;
  }
  .command-buyers img {
    width: 30px;
    height: 30px;
  }
  .loan-list > button {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .loan-avatar,
  .loan-avatar img {
    width: 30px;
    height: 30px;
  }
  .loan-share {
    grid-column: 2;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
  }
  .loan-share small {
    margin: 0;
  }
  .portfolio-title {
    align-items: flex-start;
  }
}

/* Real-height phones. The earnings list scrolls inside the screen and the
   totals stay pinned, so the payoff is visible at every viewport. */
.choice-scene,
.choice-scene.is-active {
  height: auto;
  min-height: 0;
  padding: var(--landing-section-space) var(--landing-inset);
  row-gap: 32px;
}
.phone-bridge {
  padding-inline: var(--landing-inset);
}
.choice-copy h2 {
  font-size: var(--landing-heading);
}
.portfolio-phone-stage {
  height: auto;
  min-height: 0;
  align-items: flex-start;
}
.portfolio-screen {
  padding-bottom: 18px;
}
.portfolio-header,
.portfolio-title {
  flex: none;
}
.loan-list {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 -4px;
  padding: 2px 4px 14px;
  overflow-y: auto;
  scrollbar-width: none;
  mask-image: linear-gradient(#000 calc(100% - 20px), transparent);
}
.loan-list::-webkit-scrollbar {
  display: none;
}
.portfolio-total {
  flex: none;
  margin-top: 12px;
  opacity: 1;
  transform: none;
  background: var(--ink);
}
.choice-scene.has-total .portfolio-total {
  background: var(--blue);
}
.choice-close {
  position: relative;
  grid-column: 2;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
}
.loan-detail > header {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}
.loan-detail > header button {
  color: var(--ink);
}
@media (max-width: 700px) {
  .choice-close {
    bottom: auto;
  }
}

/* Product screens fill the phone with what the real app puts there. */
.proof-phone-screen {
  display: flex;
  flex-direction: column;
}
.proof-phone-screen > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.proof-phone-screen > div > * {
  flex: none;
}
.command-buyers > button {
  min-height: 96px;
}
.command-insight {
  margin-top: 12px;
}
.command-closed {
  margin-top: 20px;
}
.command-closed > p {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.command-closed > div {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 2px;
  border-top: 1px solid #0505051a;
}
.command-closed > div > span:first-child {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--lime);
  font-size: 12px;
  font-weight: 700;
}
.command-closed strong,
.command-closed small {
  display: block;
}
.command-closed strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}
.command-closed small {
  margin-top: 2px;
  font-size: 13px;
  color: #545d60;
}
.buying-position i {
  text-transform: none;
}
.mock-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 6px 6px 6px 16px;
  border: 1px solid #d6d9d5;
  border-radius: 999px;
  background: #fff;
  color: #545d60;
  font-size: 15px;
}
.mock-composer i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* One playback toggle. Under reduced motion only the timeline shows. */
.sequence-controls .sequence-toggle[hidden] {
  display: none;
}

/* FAQ: heading and list share a top edge in two columns. */
@media (min-width: 1101px) {
  .ike-conversation {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    column-gap: 64px;
    align-items: start;
  }
  .conversation-intro {
    margin: 0;
    max-width: none;
  }
  .conversation-intro h2 {
    font-size: var(--landing-heading-small);
  }
  .faq-list,
  .faq-more {
    grid-column: 2;
    max-width: none;
    margin-left: 0;
  }
}

/* Waitlist: the form ends at the same right gutter as every other section. */
@media (min-width: 701px) {
  .founding-invitation {
    padding-inline: max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  }
}

/* Reading sections share a cadence while the statements remain grouped. */
.manifesto-section {
  padding-block: var(--landing-section-space);
}
.manifesto-copy {
  gap: 32px;
}
.manifesto-belief {
  padding-top: 32px;
}
.founding-benefit-section {
  padding-block: var(--landing-section-space);
}
.manifesto-section.will-enter .manifesto-statement {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.manifesto-section.will-enter .manifesto-belief {
  transition-delay: 0.3s;
}
.manifesto-section.is-inview .manifesto-statement {
  opacity: 1;
  transform: none;
}

/* Hero: a highlighter sweep after the copy lands. The lime box scales in from
   the left and the text darkens at the same edge, so the words read at every
   frame. Without motion the phrase is simply highlighted. */
.hero-highlight {
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding: 0.04em 0.22em;
  margin: 0 -0.06em;
  background: transparent;
  color: inherit;
  border-radius: 0.3em;
}
.hero-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--lime);
  transform-origin: left center;
  animation: highlightBox 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.3s both;
}
.hero-highlight > span {
  color: transparent;
  background-image: linear-gradient(var(--ink), var(--ink)), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:
    100% 100%,
    100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightText 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.3s both;
}
@keyframes highlightBox {
  from {
    transform: scaleX(0);
  }
}
@keyframes highlightText {
  from {
    background-size:
      0% 100%,
      100% 100%;
  }
}
.hero-copy > p:first-of-type {
  width: min(560px, 100%);
  margin-bottom: 14px;
}
.hero-copy .hero-secondary {
  width: min(520px, 100%);
  margin: 0 0 28px;
}

/* Coming soon to iPhone. A quiet line, not an App Store badge. */
.hero-copy .platform-note,
.founding-invitation-copy .platform-note {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffffb8;
}
.platform-glyph {
  flex: none;
}
.founding-invitation-copy .platform-note {
  margin-top: 12px;
}

/* Revenue: the figure counts up when the section arrives. */
.orb-approx {
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffffd6;
  margin-bottom: -6px;
}
.orb-copy strong {
  font-variant-numeric: tabular-nums;
  min-width: 2.6ch;
  text-align: center;
}

/* Status bar at the handset's real proportions: island 126x37 at 11pt on a
   393pt screen, scaled to this 370px frame, with signal, wifi and battery. */
.proof-island,
.phone-island {
  width: 118px;
  height: 35px;
  top: 10px;
}
.proof-status,
.phone-status {
  top: 10px;
  left: 28px;
  right: 22px;
  height: 35px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.mock-status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 700px) {
  .phone-island {
    width: 118px;
    height: 35px;
  }
  .phone-status {
    left: 28px;
    right: 22px;
  }
}

/* Anchor links glide. The reduced-motion block above returns them to jumps. */
html {
  scroll-behavior: smooth;
}
.faq-item summary::after {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item[open] summary::after {
  content: '+';
  transform: rotate(45deg);
}

/* The buyers list arrives row by row when the sequence plays, and stands
   fully drawn whenever it is paused or motion is reduced. */
.command-buyers > button {
  opacity: 0;
}
.command-closed {
  opacity: 0;
  animation: proofRow 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.15s forwards;
}
.is-paused .command-buyers > button,
.is-paused .command-closed {
  opacity: 1;
  transform: none;
}

/* Slower, later manifesto entrance. */
.manifesto-section.will-enter .manifesto-statement {
  transition-duration: 1.3s;
}
.manifesto-section.will-enter .manifesto-belief {
  transition-delay: 0.4s;
}

/* Waitlist photo: the phone sits in the left half, clear of the form. */
@media (min-width: 701px) {
  .founding-invitation > img {
    object-position: 80% 50%;
  }
}

/* Sub-pages: FAQ and blog share the landing document, nav, footer and tokens.
   The captured stylesheet references two tokens it never defined. */
:root {
  --muted: #545d60;
  --line: #0505051f;
}
.nav [aria-current='page'] {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.footer-disclaimer {
  max-width: 100ch;
  margin-top: 20px;
}
.faq-page {
  padding: clamp(72px, 8vw, 120px)
    max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2)) clamp(96px, 10vw, 160px);
  color: var(--ink);
}
.faq-page-intro {
  margin-bottom: clamp(56px, 6vw, 96px);
}
.faq-page-intro h1 {
  max-width: 13em;
  margin: 0;
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-wrap: balance;
}
.faq-page-intro p {
  max-width: 46ch;
  margin: 24px 0 0;
  color: var(--blue);
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.34;
}
.faq-group {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  column-gap: 64px;
  align-items: start;
  padding-top: 40px;
}
.faq-group + .faq-group {
  margin-top: 40px;
}
.faq-group h2 {
  margin: 0;
  padding-top: 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.faq-group .faq-list {
  max-width: none;
  margin: 0;
}
.faq-quip {
  margin: 14px 0 0;
  font-size: 16px;
  color: var(--muted);
}
.faq-quip span {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.faq-close {
  margin-top: clamp(72px, 8vw, 120px);
  padding: clamp(40px, 5vw, 64px);
  border-radius: 28px;
  background: var(--blue);
  color: #fff;
}
.faq-close h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}
.faq-close p {
  max-width: 52ch;
  margin: 20px 0 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.45;
  color: #ffffffd6;
}
.faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  margin-top: 32px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 0.18s;
}
.faq-cta:hover {
  background: #e9ff94;
}
.faq-close :focus-visible {
  outline-color: var(--lime);
}
.blog-index,
.article-page {
  padding-inline: max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  max-width: none;
}
.blog-index-header h1,
.article-header h1 {
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: -0.05em;
}
.article-header > span {
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
}
.blog-card-copy > span {
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
}
.blog-card p,
.article-body p {
  color: #282723;
}
@media (max-width: 1100px) {
  .faq-group {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

/* Waitlist: copy and form start at the left gutter like every other section.
   The photo's phone sits on the right and the shade flips to match. */
@media (min-width: 701px) {
  .founding-invitation {
    justify-content: flex-start;
  }
  .founding-invitation::after {
    background: linear-gradient(90deg, #081449eb 24%, #0814491f 52%, #08144905 78%);
  }
  .founding-invitation > img {
    object-position: 0% 50%;
  }
}

/* Hero: the name stays at full size, the promise sits under it at a size that
   breaks as two whole phrases instead of one word per line. */
.hero-copy h1 em {
  display: block;
  margin-top: 0.18em;
  font-size: 0.6em;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

/* Article subheads and the third card's image treatment. */
.article-body h2 {
  margin: 2.2em 0 0.7em;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.article-body h2 + p {
  margin-top: 0;
}
.article-image-licensing-onboarding img {
  object-position: 50% 40%;
}

/* Previous and next at the end of every post. */
.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 780px;
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.article-nav a {
  display: block;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
}
.article-nav a small {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.article-nav a span {
  display: block;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-wrap: balance;
}
.article-nav a:hover span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.article-nav-next {
  text-align: right;
}
@media (max-width: 700px) {
  .article-nav {
    grid-template-columns: 1fr;
  }
  .article-nav-next {
    text-align: left;
  }
}

/* Team experience: a quiet band of former employers between the founding
   benefits and the blog. Logos sit in ink at one visual weight. */
.team-experience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 48px;
  padding: 48px max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  border-top: 1px solid #0505051a;
  border-bottom: 1px solid #0505051a;
  background: var(--paper);
  color: var(--ink);
}
.team-experience p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
}
.team-experience ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-experience img {
  display: block;
  height: 32px;
  width: auto;
  opacity: 0.82;
}
.team-experience li:nth-child(4) img {
  height: 30px;
}
.team-experience li:nth-child(5) img {
  height: 40px;
}
.team-experience .experience-exp,
.team-experience .experience-sothebys {
  height: 44px;
  filter: brightness(0);
}
.team-experience .experience-citi {
  height: 64px;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
@media (max-width: 700px) {
  .team-experience {
    padding-block: 40px;
    gap: 20px;
  }
  .team-experience ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
  }
  .team-experience img {
    height: 26px;
    max-width: 100%;
    object-fit: contain;
  }
  .team-experience li:nth-child(4) img {
    height: 24px;
  }
  .team-experience li:nth-child(5) img {
    height: 32px;
  }
  .team-experience .experience-exp,
  .team-experience .experience-sothebys {
    height: 36px;
  }
  .team-experience .experience-citi {
    height: 56px;
  }
}

/* Not found. */
.not-found {
  min-height: 60vh;
  display: grid;
  align-content: center;
  padding: clamp(72px, 8vw, 120px)
    max(var(--landing-gutter), calc((100vw - var(--landing-width)) / 2));
  color: var(--ink);
}
.not-found h1 {
  max-width: 14em;
  margin: 0;
  font-family: var(--font-space-grotesk), var(--font-geist-sans), Arial, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.95;
}
.not-found p {
  max-width: 46ch;
  margin: 20px 0 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.45;
  color: var(--muted);
}
.not-found-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.not-found-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--blue);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Deck chooser: the blog index grid, with 16:9 covers kept whole and no lime
   frame on the second card. */
.deck-index .blog-card-image {
  aspect-ratio: 16 / 9;
}
.deck-index .blog-card:nth-child(2) .blog-card-image img {
  object-fit: cover;
  background: none;
  padding: 0;
}
.deck-index .blog-card-copy > span {
  font-variant-numeric: tabular-nums;
}

/* Keep the buyer result close to the copy in the stacked hero. */
@media (max-width: 980px) {
  .hero-copy h1 {
    font-size: clamp(40px, 8vw, 64px);
  }
  .hero-copy > p:first-of-type {
    margin-top: 20px;
  }
  .hero-copy .hero-secondary {
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .hero-copy-panel {
    padding: 20px 22px 0;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 10.8vw, 72px);
  }
  .hero-copy > p:first-of-type {
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .hero-copy .hero-secondary {
    margin-bottom: 16px;
  }
  .hero-copy .platform-note {
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .hero-copy-panel {
    padding-top: 12px;
  }
  .hero-copy > p:first-of-type {
    margin-top: 12px;
  }
}

/* Make the new notice links identifiable within body copy. */
.privacy-page a,
.founding-invitation-copy > small a,
.license-note a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
