@font-face {
  font-family: Manrope;
  src: url('/brand/fonts/manrope-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/brand/fonts/manrope-semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url('/brand/fonts/instrument-serif-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #fbfcff;
  --ink: #182039;
  --muted: #626b7e;
  --line: #dfe4ed;
  --blue: #244fee;
  --sky: #e8efff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { opacity: .55; cursor: wait; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { line-height: 1.1; letter-spacing: -.05em; }
em { font-family: Instrument, Georgia, serif; font-weight: 400; font-size: 1.13em; letter-spacing: -.025em; }
h2 { font-size: 52px; }
h2 em { color: var(--blue); }
::selection { background: #dce5ff; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.shell { max-width: 1360px; padding: 0 56px; margin: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { height: 104px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 36px; font-weight: 600; letter-spacing: -.07em; line-height: 1; text-decoration: none; }
.wordmark span { color: var(--blue); margin-left: -8px; }
.wordmark img { display: block; width: 35px; height: 35px; }
.conversation-avatar img { display: block; width: 100%; height: 100%; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.site-header nav a:hover, .footer-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 15px 23px; background: var(--blue); color: #fff; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .15s; }
.button:hover { background: #183bc7; }
.header-cta { min-height: 44px; padding: 10px 17px; gap: 24px; font-size: 13px; }
.eyebrow { font-size: 12px; letter-spacing: .09em; color: var(--muted); margin-bottom: 22px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 450px; align-items: center; column-gap: 58px; padding: 70px 0 84px; }
.hero-eyebrow { color: var(--blue); font-weight: 600; font-size: 16px; letter-spacing: .01em; margin-bottom: 25px; }
h1 { font-size: clamp(56px, 5.15vw, 72px); line-height: 1.1; }
h1 em { color: var(--blue); white-space: nowrap; }
.hero-description { text-wrap: balance; max-width: 390px; font-size: 20px; line-height: 1.75; color: var(--muted); margin: 29px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-note { margin-top: 17px; font-size: 12px; color: var(--muted); }
.conversation { width: 100%; padding: 26px 28px; background: var(--sky); border-radius: 28px; }
.conversation-window { background: #fff; border: 1px solid #dce3f2; border-radius: 22px; overflow: hidden; box-shadow: 0 12px 30px #233c7610; }
.conversation-heading { display: flex; align-items: center; gap: 11px; padding: 20px 24px; border-bottom: 1px solid #edf0f6; }
.conversation-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--sky); color: var(--blue); font-size: 26px; letter-spacing: -.07em; flex: none; }
.messages { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 23px 22px 29px; }
.timestamp { width: 100%; font-size: 12px; text-align: center; color: var(--muted); margin: 0 0 9px; }
.bubble { text-wrap: pretty; max-width: 86%; padding: 11px 15px; border-radius: 18px; font-size: 14px; line-height: 1.5; }
.from-you { align-self: flex-end; background: var(--blue); color: white; border-bottom-right-radius: 5px; }
.from-ego { background: #f0f2f6; border-bottom-left-radius: 5px; }
.next-day { margin-top: 23px; }
.everyday-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 76px; padding: 88px 0; }
.everyday-copy > p:not(.eyebrow), .control-copy > p:not(.eyebrow) { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 430px; margin-top: 26px; }
.control-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; padding: 10px 0 95px; }
.control-copy > p:not(.eyebrow) + p { margin-top: 17px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 17px; font-size: 14px; font-weight: 600; text-decoration: none; color: var(--blue); }
.text-link:hover { text-decoration: underline; }
.alpha-section { border-top: 1px solid var(--line); padding: 86px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.alpha-copy > p:not(.eyebrow) { max-width: 410px; }
.alpha-copy h2 + p { margin-top: 25px; font-size: 17px; color: var(--muted); line-height: 1.8; }
.alpha-expectation { margin-top: 13px; font-size: 14px; color: var(--muted); }
.alpha-price { margin-top: 27px; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.signup-wrap { width: 100%; max-width: 480px; justify-self: end; }
.signup-form { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 32px; }
.signup-form h3 { font-size: 25px; letter-spacing: -.035em; line-height: 1.25; }
.form-intro { margin: 8px 0 26px; font-size: 14px; color: var(--muted); }
.signup-form > label { display: block; font-size: 13px; font-weight: 600; margin: 0 0 8px; }
.signup-form input[type=tel], .signup-form select { width: 100%; height: 48px; border: 1px solid #bdc7d9; border-radius: 7px; padding: 0 13px; background: #fff; color: var(--ink); font-size: 16px; }
.signup-form input::placeholder { color: #767f90; }
.input-help { color: var(--muted); font-size: 12px; margin: 7px 0 20px; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 22px 0; }
.consent input { flex: none; margin: 3px 0 0; width: 17px; height: 17px; accent-color: var(--blue); }
.consent label { font-size: 12px; line-height: 1.8; color: var(--muted); }
.form-submit { width: 100%; justify-content: space-between; }
.form-note { font-size: 12px; color: var(--muted); text-align: center; }
.form-note { margin-top: 12px; }
.form-message { margin-top: 18px; padding: 14px 16px; border-left: 2px solid var(--blue); background: #f1f5ff; font-size: 14px; }
.form-message.error { border-color: #9d392d; color: #7d3028; background: #fff7f5; }
.faq-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding: 74px 0 85px; }
.faq-section h2 { font-size: 39px; }
.faqs { width: 100%; max-width: 480px; justify-self: end; }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs details:first-child summary { padding-top: 0; }
.faqs summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; font-size: 14px; font-weight: 600; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary span { font-size: 20px; font-weight: 400; color: var(--muted); }
.faqs details[open] summary span { transform: rotate(45deg); }
.faqs details p { color: var(--muted); font-size: 14px; line-height: 1.8; padding: 0 22px 20px 0; }
footer { border-top: 1px solid var(--line); padding: 29px 0 35px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand > span { color: var(--ink); font-weight: 600; font-size: 14px; }
.footer-brand small { font-size: 10px; line-height: 1.6; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { text-decoration: none; padding: 10px 0; }
.public-page .site-header { justify-content: space-between; }
.public-page .document { max-width: 740px; margin: 60px auto 90px; }
.public-page .document h1 { font-size: 44px; line-height: 1.2; }
.public-page .document .sub { color: var(--muted); margin-top: 14px; }
.public-page .document .hero { display: flex; gap: 20px; padding: 0; }
.public-page .document .hero img { width: 48px; height: 48px; }
.public-page .document .card { margin-top: 35px; }
.public-page .document h3 { font-size: 18px; margin: 28px 0 9px; }
.public-page .document p { color: var(--muted); margin: 10px 0; line-height: 1.9; }
.public-page .document b { color: var(--ink); }
.public-page .document .fine { font-size: 13px; }
.public-page footer { display: block; }
/* Product examples: ongoing memory and a working tone selector. */
.continuation { border: 1px solid #dce3f2; border-radius: 25px; background: white; overflow: hidden; }
.memory-context { padding: 30px 33px; background: var(--sky); }
.memory-context > span { font-size: 12px; letter-spacing: .06em; color: #50648c; }
.memory-context p { margin-top: 12px; font-size: 20px; line-height: 1.6; letter-spacing: -.02em; }
.continuation .messages { padding: 28px 30px 32px; }
.continuation-sender { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; font-size: 12px; font-weight: 600; }
.continuation-sender img { display: block; }
.continuation .from-ego { max-width: 87%; }
@media (min-width: 961px) and (max-width: 1190px) {
  .shell { padding: 0 40px; }
  .hero { grid-template-columns: minmax(0, 1fr) 400px; gap: 35px; }
  h1 { font-size: 55px; }
  .conversation { padding: 22px; }
  .hero-actions { gap: 14px; }
  .everyday-section, .control-section { gap: 50px; }
  h2 { font-size: 44px; }
  .alpha-section, .faq-section { gap: 65px; }
}
@media (max-width: 960px) {
  .shell { padding: 0 36px; max-width: 800px; }
  .site-header { height: 90px; gap: 25px; }
  .site-header nav { gap: 24px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding: 52px 0 65px; }
  .hero-copy { text-align: center; }
  h1 { font-size: 64px; }
  .hero-description { text-wrap: balance; max-width: 460px; margin: 24px auto 26px; font-size: 17px; }
  .hero-actions { justify-content: center; }
  .conversation { max-width: 440px; justify-self: center; }
  .everyday-section { grid-template-columns: 1fr 1fr; gap: 34px; padding: 60px 0; }
  h2 { font-size: 37px; }
  .everyday-copy > p:not(.eyebrow), .control-copy > p:not(.eyebrow) { font-size: 14px; }
  .control-section { grid-template-columns: 1fr; gap: 32px; padding: 12px 0 64px; }
  .control-copy { grid-row: 1; }
  .control-copy h2 br { display: none; }
  .control-copy > p:not(.eyebrow) { max-width: 550px; }
  .alpha-section, .faq-section { gap: 36px; padding: 60px 0; }
  .alpha-copy h2 + p { font-size: 15px; }
  .alpha-price { font-size: 18px; }
  .signup-form { padding: 24px; }
  .signup-form h3 { font-size: 23px; }
}
@media (max-width: 600px) {
  .shell { padding: 0 24px; }
  .site-header { height: 80px; gap: 15px; }
  .wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 32px; }
  .site-header nav { margin-left: auto; font-size: 12px; }
  .site-header nav a:first-child { display: none; }
  .header-cta { font-size: 12px; min-height: 40px; padding: 9px 12px; gap: 12px; }
  .hero { padding: 37px 0 52px; gap: 32px; }
  .hero-eyebrow { font-size: 14px; margin-bottom: 19px; }
  h1 { font-size: clamp(32px, 9.7vw, 49px); line-height: 1.15; }
  .hero-description { font-size: 15px; max-width: 355px; line-height: 1.7; margin: 20px auto 24px; }
  .hero-actions { gap: 15px; }
  .hero-actions .button { min-height: 49px; padding: 13px 18px; gap: 22px; }
  .hero-note { margin-top: 13px; }
  .conversation { border-radius: 22px; padding: 17px 16px 16px; }
  .conversation-window { border-radius: 17px; }
  .conversation-heading { padding: 15px 18px; }
  .conversation-avatar { width: 34px; height: 34px; font-size: 23px; border-radius: 11px; }
  .messages { padding: 18px 16px 22px; gap: 8px; }
  .bubble { text-wrap: pretty; max-width: 90%; font-size: 13px; padding: 10px 13px; }
  .timestamp { font-size: 12px; }
  .next-day { margin-top: 20px; }
  .everyday-section { grid-template-columns: 1fr; gap: 31px; padding: 48px 0; }
  h2 { font-size: 39px; }
  .eyebrow { margin-bottom: 17px; }
  .everyday-copy > p:not(.eyebrow), .control-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 21px; }
  .control-section { padding: 0 0 49px; }
  .control-copy h2 br { display: initial; }
  .alpha-section, .faq-section { grid-template-columns: 1fr; gap: 31px; padding: 48px 0; }
  .alpha-copy h2 + p { margin-top: 19px; font-size: 16px; }
  .alpha-price { margin-top: 23px; }
  .signup-wrap, .faqs { max-width: none; }
  .signup-form { padding: 26px 22px; }
  .faq-section h2 { font-size: 34px; }
  footer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 23px 0; }
  .public-page .document { margin: 35px auto 60px; }
  .public-page .document h1 { font-size: 34px; }
  .public-page .document p { font-size: 15px; }
}
@media (max-width: 359px) {
  .shell { padding: 0 18px; }
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { gap: 14px; padding: 12px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media (max-width: 960px) {
  .control-copy h2 { max-width: none; }
}
@media (max-width: 600px) {
  .memory-context { padding: 25px; }
  .memory-context p { font-size: 18px; }
  .continuation .messages { padding: 24px; }
  .hero-actions .button { min-width: 166px; }
}

/* Product demonstrations share the page's typography and original brand mark. */
.wordmark img, .conversation-avatar img, .continuation-sender img,
.setup-heading img, .mind-demo-heading img { border: 1px solid #dfdcd5; border-radius: 7px; }
.room-preview { width: 100%; margin: 5px 0 0; border: 1px solid #e2e6ee; border-radius: 13px; overflow: hidden; background: #f4f5f8; }
.room-preview img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.preview-switch { display: flex; padding: 4px; gap: 4px; }
.preview-switch button { flex: 1; padding: 8px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 11px; }
.preview-switch button[aria-pressed=true] { background: white; color: var(--blue); box-shadow: 0 1px 4px #1820390d; }
.shared-link { align-self: flex-end; width: 86%; padding: 18px 20px; border: 1px solid #dce3f2; border-radius: 16px 16px 5px 16px; background: white; }
.shared-link-url { display: block; font-size: 11px; color: var(--muted); margin-bottom: 12px; }
.shared-link strong { display: block; font-size: 17px; letter-spacing: -.025em; }
.shared-link p { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 6px; }
.setup-preview { background: var(--sky); border-radius: 25px; padding: 30px; min-width: 0; }
.setup-heading { display: flex; align-items: center; gap: 12px; font-size: 18px; letter-spacing: -.025em; }
.setup-field { margin-top: 23px; }
.setup-field > span { display: block; font-size: 11px; color: #50648c; margin-bottom: 9px; }
.setup-options { display: flex; gap: 6px; flex-wrap: wrap; }
.setup-options button { border: 1px solid #c8d5f2; padding: 10px 13px; border-radius: 10px; background: transparent; color: #46597f; font-size: 12px; }
.setup-options button[aria-pressed=true] { background: white; color: var(--blue); border-color: white; box-shadow: 0 2px 6px #1b376012; }
.setup-options button:hover { border-color: var(--blue); }
.cadence-options { gap: 5px; }
.cadence-options button { font-size: 11px; padding: 9px 10px; }
.setup-response { margin-top: 25px; padding: 21px 23px; background: white; border-radius: 16px 16px 16px 5px; min-height: 164px; }
.setup-response > strong { font-size: 12px; color: var(--blue); }
.setup-response p { font-size: 17px; line-height: 1.6; margin-top: 8px; letter-spacing: -.02em; }
.setup-response > span { display: block; color: var(--muted); font-size: 11px; line-height: 1.6; margin-top: 13px; }
.setup-mind-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; color: #46597f; font-size: 12px; text-decoration: none; }
.setup-mind-link:hover { color: var(--blue); }
.mind-section { display: block; border-top: 1px solid var(--line); padding: 82px 0 90px; }
.mind-copy { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 76px; margin-bottom: 42px; }
.mind-copy p:not(.eyebrow) { max-width: 480px; font-size: 18px; line-height: 1.8; color: var(--muted); }
.mind-copy p:not(.eyebrow) + p { font-size: 14px; margin-top: 16px; }
.mind-demo { --ink-2: var(--muted); --mute: var(--muted); --indigo: var(--blue); min-width: 0; background: #fff; border: 1px solid var(--line); padding: 34px 38px 24px; border-radius: 26px; color: var(--ink); }
.mind-demo-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.mind-demo-heading span { font-size: 11px; letter-spacing: .08em; color: var(--mute); }
.mind-demo-heading h3 { font: italic 400 38px/1.1 Instrument, Georgia, serif; margin-top: 7px; }
.mind-demo-heading .mind-private { letter-spacing: 0; font-size: 12px; }
.mind-demo-body { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 46px; padding: 28px 0 32px; }
.mind-drives { min-width: 0; }
.mind-date { font-size: 10px; letter-spacing: .08em; color: var(--mute); }
.mind-drives > .mind-date { text-align: center; }
.mind-demo .drive-chart { margin: 0 auto; }
.mind-demo .drive-label, .mind-demo .drive-mood, .mind-demo .drive-tooltip { font-family: Manrope, Arial, sans-serif; letter-spacing: normal; }
.mind-demo .drive-tooltip { background: #fff; }
.mind-demo .drive-chart figcaption { margin: 0; font-size: 11px; }
.mind-notes { border-left: 1px solid var(--line); padding-left: 36px; }
.mind-note + .mind-note { margin-top: 23px; padding-top: 23px; border-top: 1px solid var(--line); }
.mind-note h4 { font-size: 19px; line-height: 1.4; font-weight: 600; margin: 12px 0 8px; }
.mind-note > p:not(.mind-date) { font-size: 14px; line-height: 1.8; color: var(--ink-2); margin-top: 10px; }
.mind-note:first-child h4 { color: var(--indigo); }
.mind-thread-title { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 12px; }
.mind-thread-title h4 { margin: 0; font-size: 17px; }
.mind-thread-title span { color: #586a9a; background: #e8edf9; border-radius: 5px; padding: 3px 7px; font-size: 10px; }
.mind-note .mind-quote { border-left: 2px solid var(--line); padding-left: 12px; }
.mind-demo-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; color: var(--mute); }
@media (max-width: 1190px) and (min-width: 961px) { .setup-preview { padding: 25px; }.mind-demo-body { gap: 25px; }.mind-notes { padding-left: 25px; } }
@media (max-width: 960px) {
  .setup-preview { max-width: 560px; width: 100%; justify-self: center; }
  .mind-section { padding: 60px 0 65px; }
  .mind-copy { gap: 30px; }.mind-copy p:not(.eyebrow) { font-size: 16px; }
  .mind-demo { padding: 28px; }.mind-demo-body { grid-template-columns: 1fr; gap: 35px; }
  .mind-notes { padding-left: 0; border-left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .mind-note + .mind-note { margin: 0; padding: 0; border: 0; }.mind-note:last-child { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 20px; }
}
@media (max-width: 600px) {
  .setup-preview { padding: 25px 22px; }.setup-heading { font-size: 17px; }
  .setup-options button { padding: 9px 11px; }.cadence-options button { padding: 9px; }
  .setup-response { min-height: 183px; padding: 20px; }
  .mind-section { padding: 48px 0; }.mind-copy { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
  .mind-copy p:not(.eyebrow) { font-size: 15px; }.mind-copy p:not(.eyebrow) + p { font-size: 13px; }
  .mind-demo { padding: 22px 14px; border-radius: 20px; }.mind-demo-heading { padding: 0 6px 20px; }
  .mind-demo-heading .mind-private { max-width: 100px; text-align: right; }
  .mind-notes { display: block; padding: 0 6px; }.mind-note + .mind-note { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }
  .mind-demo-footer { margin: 0 6px; }.mind-demo-body { gap: 28px; padding-bottom: 24px; }
  .shared-link { width: 90%; padding: 16px; }.shared-link strong { font-size: 16px; }
}

@media (min-width: 961px) {
  .hero { align-items: start; }
  .hero-copy { padding-top: 54px; }
  .hero .conversation-heading { padding: 16px 22px; }
  .hero .messages { padding: 18px 20px 23px; }
  .room-preview img { height: 176px; aspect-ratio: auto; }
}
