/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{: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;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::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;-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:-.25em}sup{top:-.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}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--raspberry:#d93d72;--violet:#7567d8;--cream:#fbf6f2;--plum:#2d1834;--evening:#3b2344;--slate:#716775;--mint:#72c9ae;--champagne:#d9b86d;--terracotta:#d78365;--paper:#fffdfb;--line:#e8dedf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--plum);font-family:var(--font-body),Inter,sans-serif;margin:0;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{touch-action:manipulation}.wrap{width:min(1160px,100% - 40px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf6f2e6;border-bottom:1px solid #2d183414;position:sticky;top:0}.nav{align-items:center;gap:42px;height:76px;display:flex}.logo{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;align-items:center;gap:9px;font-size:21px;font-weight:800;display:flex}.logo-berry,.mini-logo{background:var(--raspberry);color:#fff;font-family:var(--font-display);border-radius:50% 50% 46% 54%;place-items:center;font-weight:800;display:grid}.logo-berry{width:34px;height:34px}.nav nav{gap:28px;margin-left:auto;display:flex}.nav nav a{color:var(--slate);font-size:14px;font-weight:600}.nav nav a:hover,.nav nav a.active{color:var(--raspberry)}.button{background:var(--raspberry);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:12px 24px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px #d93d722e}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #d93d7242}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--champagne);outline-offset:3px}.button.primary{background:linear-gradient(120deg,var(--raspberry),var(--violet))}.button.small{min-height:42px;padding:9px 18px;font-size:14px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--raspberry);font-size:12px;font-weight:800}.eyebrow.light{color:#f1c8d7}h1,h2,h3{font-family:var(--font-display),sans-serif;letter-spacing:-.035em;margin:0;line-height:1.04}h1{font-size:clamp(48px,7vw,84px)}h2{font-size:clamp(36px,5vw,58px)}h3{font-size:28px}p{color:var(--slate)}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:60px;min-height:calc(100vh - 76px);padding-block:72px;display:grid}.hero h1{max-width:720px;margin:16px 0 24px}.lead{max-width:650px;margin:0 0 32px;font-size:clamp(18px,2vw,22px)}.hero-actions{align-items:center;gap:24px;display:flex}.text-link{color:var(--plum);align-items:center;gap:7px;font-weight:700;display:inline-flex}.text-link:hover{color:var(--raspberry)}.micro{margin-top:16px;font-size:12px}.demo-wrap{justify-self:center;position:relative}.preview-label{text-align:center;text-transform:uppercase;letter-spacing:.14em;color:var(--slate);margin-bottom:10px;font-size:9px;display:block}.phone{border:10px solid var(--plum);background:var(--paper);border-radius:50px;width:min(358px,80vw);min-height:610px;overflow:hidden;box-shadow:0 32px 80px #3b234433}.phone-top{justify-content:space-between;align-items:center;padding:20px 20px 10px;font-size:12px;font-weight:700;display:flex}.mini-logo{width:28px;height:28px}.scenario{text-align:center;padding:30px 24px}.scenario-tag{color:var(--raspberry);background:#f5e8ee;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.scenario h3{margin:34px 0;font-size:30px}.wave{justify-content:center;align-items:center;gap:7px;height:80px;display:flex}.wave i{background:var(--violet);border-radius:4px;width:6px;height:20px;animation:1.4s ease-in-out infinite wave;display:block}.wave i:nth-child(2n){height:42px;animation-delay:.18s}.wave i:nth-child(3n){height:62px;animation-delay:.35s}.spoken{color:var(--plum);min-height:58px;font-size:17px}.scenario button{color:var(--raspberry);cursor:pointer;background:0 0;border:0;padding:12px;font-weight:800}.demo-dots{justify-content:center;gap:7px;margin-top:18px;display:flex}.demo-dots button{background:#d4c8ce;border:0;border-radius:50%;width:8px;height:8px;padding:0}.demo-dots button.selected{background:var(--raspberry);border-radius:10px;width:28px}.statement{text-align:center;padding-block:120px}.statement h2{max-width:800px;margin:15px auto 22px}.statement p{max-width:680px;margin:auto;font-size:19px}.modes{padding-bottom:130px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:38px;display:flex}.section-heading h2{margin-top:12px}.card-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mode-card{background:var(--paper);border:1px solid var(--line);border-radius:32px;flex-direction:column;min-height:480px;padding:34px;display:flex;overflow:hidden}.mode-card h3{margin:16px 0}.mode-card p{margin:0}.mode-card.raspberry{box-shadow:inset 0 6px var(--raspberry)}.mode-card.violet{box-shadow:inset 0 6px var(--violet)}.mode-card.mint{box-shadow:inset 0 6px var(--mint)}.mode-icon{color:var(--raspberry);margin-bottom:50px;font-size:28px}.violet .mode-icon{color:var(--violet)}.mint .mode-icon{color:var(--mint)}.prompt-bubble{background:var(--cream);border-radius:18px;align-items:center;gap:9px;margin-top:auto;padding:15px;font-size:13px;display:flex}.pulse{background:var(--raspberry);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #d93d721a}.memory-band,.day-scene{background:var(--evening);color:#fff;padding-block:120px}.memory-band p,.day-scene p{color:#d9cddc;font-size:18px}.memory-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.memory-grid h2{margin:14px 0 20px}.memory-orbit{border:1px solid #ffffff2e;border-radius:50%;place-items:center;height:400px;display:grid;position:relative}.berry-dot{background:var(--raspberry);width:90px;height:90px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:28px;font-weight:800;display:grid}.orbit-note{color:var(--plum);background:#fff;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:700;position:absolute}.orbit-note.one{top:20px;left:40%}.orbit-note.two{top:50%;left:-25px}.orbit-note.three{bottom:55px;right:-10px}.research{grid-template-columns:200px 1fr;align-items:center;gap:70px;padding-block:130px;display:grid}.research-mark{width:180px;height:180px;color:var(--violet);font:800 44px var(--font-display);background:#e9e4fb;border-radius:50%;place-items:center;display:grid}.research h2{margin:12px 0 18px}.research p{font-size:18px}.waitlist-section{background:var(--evening);color:#fff;border-radius:38px;grid-template-columns:.85fr 1.15fr;gap:60px;margin-bottom:100px;padding:70px;display:grid}.waitlist-section h2{margin:12px 0 20px}.waitlist-section>div>p{color:#d9cddc}.waitlist-form{color:var(--plum);background:#fff;border-radius:24px;padding:28px}.waitlist-form label{margin-bottom:16px;font-size:13px;font-weight:700;display:block}.waitlist-form label>span{margin-bottom:6px;display:block}.waitlist-form em{color:var(--slate);font-weight:400}.field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.waitlist-form input,.waitlist-form select{width:100%;height:48px;color:var(--plum);background:#fff;border:1px solid #d9ced3;border-radius:12px;padding:0 13px}.waitlist-form .consent{color:var(--slate);grid-template-columns:18px 1fr;align-items:start;gap:9px;font-weight:400;display:grid}.consent input{width:18px;height:18px}.consent span{margin:0}.consent a{text-decoration:underline}.submit{width:100%}.form-message{margin-bottom:0;font-size:13px}.form-success{color:var(--plum);text-align:center;background:#fff;border-radius:24px;padding:42px}.form-success>span{color:#267a62;background:#dff4ec;border-radius:50%;place-items:center;width:52px;height:52px;margin:auto;font-size:24px;display:grid}.form-success h3{margin-top:15px}footer{color:#fff;background:#231329;padding:60px 0 24px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;display:grid}.footer-grid p,.footer-bottom{color:#bcaebe}.footer-links{flex-direction:column;gap:10px;font-size:14px;display:flex}.footer-links a:hover{color:#f4c4d4}.footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;margin-top:50px;padding-top:20px;font-size:12px;display:flex}.page-hero{padding:120px 0 90px}.page-hero h1{max-width:900px;margin:14px 0 24px}.page-hero p{max-width:720px;margin-bottom:30px;font-size:20px}.feature-list{padding-bottom:110px}.feature-list article{border-top:1px solid var(--line);grid-template-columns:90px 1fr 280px;align-items:center;gap:40px;padding:50px 0;display:grid}.feature-num{font:800 22px var(--font-display);color:var(--raspberry)}.feature-list h2{margin:10px 0;font-size:42px}.feature-list p{max-width:620px}.feature-viz{background:var(--paper);border:1px solid var(--line);border-radius:28px;justify-content:center;align-items:center;gap:8px;height:160px;display:flex}.feature-viz span{background:var(--raspberry);border-radius:8px;width:9px;height:35px;display:block}.feature-viz span:nth-child(2){background:var(--violet);height:78px}.feature-viz span:nth-child(3){background:var(--mint);height:50px}.steps{max-width:900px;padding-bottom:110px}.steps article{border-top:1px solid var(--line);grid-template-columns:80px 1fr;gap:25px;padding:38px 0;display:grid}.steps article>span{font:800 20px var(--font-display);color:var(--raspberry)}.steps h2{font-size:40px}.steps p{font-size:18px}.day-scene{text-align:center}.day-scene h2{max-width:800px;margin:15px auto}.day-scene p{max-width:650px;margin:20px auto 50px}.timeline{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.timeline span{color:#cabdce;border:1px solid #fff3;border-radius:18px;flex-direction:column;padding:22px;display:flex}.timeline b{color:#fff;font-size:18px}.mini-cta{text-align:center;padding-block:110px}.mini-cta p{font-size:18px}.about-copy{grid-template-columns:1fr 1fr;gap:90px;padding-bottom:100px;display:grid}.pullquote{font:700 clamp(30px,4vw,48px)/1.14 var(--font-display);color:var(--raspberry)}.about-copy h2{font-size:40px}.about-copy p{font-size:17px}.values{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.values article{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:30px}.values article>span{color:var(--raspberry);font-weight:800}.values h3{margin:35px 0 12px}.faq-list{max-width:900px;padding-bottom:50px}.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list summary{font:700 24px var(--font-display);cursor:pointer;justify-content:space-between;gap:20px;list-style:none;display:flex}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:730px;font-size:17px}.legal{padding-block:100px}.legal h1{margin:12px 0}.updated{font-size:14px}.legal-copy{max-width:760px;margin-top:60px}.legal-copy h2{margin-top:38px;font-size:30px}.legal-copy a{color:var(--raspberry);text-decoration:underline}@keyframes wave{0%,to{opacity:.55;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1)}}@media (width<=850px){.nav nav{display:none}.nav{gap:16px}.nav .button{margin-left:auto}.hero{text-align:center;grid-template-columns:1fr;padding-top:60px}.hero-copy{flex-direction:column;align-items:center;display:flex}.memory-grid,.waitlist-section,.about-copy,.card-grid,.values{grid-template-columns:1fr}.mode-card{min-height:390px}.section-heading{align-items:start;gap:25px}.feature-list article{grid-template-columns:55px 1fr}.feature-viz{display:none}.research{grid-template-columns:1fr}.research-mark{width:130px;height:130px}.timeline{grid-template-columns:1fr 1fr}}@media (width<=560px){.wrap{width:min(100% - 28px,1160px)}.site-header .logo span:last-child{display:none}.nav{height:66px}.nav .button{min-height:40px;padding:8px 14px}.hero{gap:55px;min-height:auto;padding-block:55px 80px}.hero h1{font-size:48px}.hero-actions{flex-direction:column;gap:14px}.phone{border-radius:42px;min-height:560px}.statement,.research{padding-block:85px}.modes{padding-bottom:90px}.section-heading{display:block}.section-heading .text-link{margin-top:20px}.memory-band,.day-scene{padding-block:85px}.memory-orbit{height:320px}.orbit-note.two{left:-6px}.waitlist-section{border-radius:0;width:100%;margin-bottom:0;padding:65px 20px}.field-row{grid-template-columns:1fr}.waitlist-form{padding:20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom,.footer-bottom span{display:block}.page-hero{padding:80px 0 65px}.page-hero h1{font-size:48px}.feature-list article{grid-template-columns:35px 1fr;gap:15px}.feature-list h2,.steps h2{font-size:32px}.steps article{grid-template-columns:50px 1fr}.timeline{grid-template-columns:1fr}.mini-cta{padding-block:80px}.values{grid-template-columns:1fr}.faq-list summary{font-size:21px}.legal{padding-block:75px}.legal h1{font-size:48px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
