:root{--bg: #ffffff;--band: #f8f3ec;--card: #ffffff;--ink: #3a322c;--ink-h: #3a322c;--ink-body: #4a413a;--ink-soft: #6b5f56;--muted: #93867c;--brand-ink: #5f5148;--accent: #db6949;--accent-deep: #b8502f;--line: #eee8e0;--line-soft: #f2ede6;--photo-bg: #f0eae1;--tape: rgba(216, 202, 185, .7);--cta-text: #ffffff;--app-paper: #fbf8f2;--app-accent: #db6949;--app-dark: #26221c;--app-cream-text: #f3ece0;--app-gold: #cda877;--serif: "Lora", Georgia, serif;--sans: "Atkinson Hyperlegible", system-ui, sans-serif;--hand: "Caveat", cursive;--label: "Montserrat", system-ui, sans-serif;--mono: "IBM Plex Mono", monospace;--app-serif: "Newsreader", Georgia, serif;--app-grotesque: "Archivo", system-ui, sans-serif;--gutter: max(64px, calc((100% - 1232px)/2) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink-h);font-family:var(--serif);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{opacity:.78}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes bob2{0%,to{transform:translateY(-6px)}50%{transform:translateY(5px)}}@keyframes slideX{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes popIn{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes msgIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:none}}@keyframes dotPulse{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@keyframes caretBlink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes notifDrop{0%{opacity:0;transform:translateY(-46px)}70%{transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px var(--gutter);border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,padding .3s ease}.nav--scrolled{background:#ffffffe6;backdrop-filter:saturate(1.1) blur(10px);-webkit-backdrop-filter:saturate(1.1) blur(10px);border-bottom-color:var(--line);box-shadow:0 6px 20px -14px #3a322c59;padding-top:13px;padding-bottom:13px}.lockup{display:inline-flex;align-items:center;gap:10px}.nav__wordmark{font-family:var(--serif);font-weight:500;font-size:27px;color:var(--brand-ink);text-transform:lowercase;line-height:1}.nav__links{display:flex;align-items:center;gap:30px;font-family:var(--sans);font-size:15.5px;color:var(--ink-soft)}.btn{display:inline-flex;align-items:center;background:var(--accent);color:var(--cta-text);border-radius:100px;font-family:var(--sans);font-weight:400}.btn--nav{padding:11px 22px;font-size:14.5px}.btn--hero{padding:16px 30px;font-size:15.5px}.btn--cta{padding:16px 32px;font-size:15.5px}.hero{position:relative;max-width:1360px;margin:0 auto;padding:80px 64px 110px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr 460px;gap:60px;align-items:center}.hero__copy{position:relative;max-width:620px}.hero__headline{font-size:64px;line-height:1.12;font-weight:500;margin:0;text-wrap:balance;color:var(--accent)}.hero__body{font-family:var(--sans);font-size:18px;line-height:1.65;color:var(--ink-soft);max-width:480px;margin:26px 0 34px;text-wrap:pretty}.hero__cta{display:flex;align-items:center;gap:22px}.hero__cta-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:9px}.hero__cta-note{font-family:var(--sans);font-size:12.5px;color:var(--muted)}.hero__annotation{position:absolute;right:754px;bottom:160px;font-family:var(--hand);font-size:26px;color:var(--accent);transform:rotate(-2deg)}.hero__reel{display:flex;justify-content:center}.hero__reel-bob{animation:bob2 8s ease-in-out infinite}.hero__reel-scale{--reel-s: 1;width:calc(300px * var(--reel-s));height:calc(618px * var(--reel-s))}.hero__reel-scale>div{transform:scale(var(--reel-s));transform-origin:top left}.hero__float{position:absolute}.hero__float--top{top:54px;right:472px;width:178px}.hero__float--bottom{bottom:44px;right:566px;width:164px;animation:bob 7s ease-in-out infinite}.hero__flow{position:absolute;color:var(--accent);opacity:.65}.hero__flow--top{right:-30px;bottom:36px}.hero__flow--bottom{right:452px;bottom:165px}.polaroid{position:relative;background:var(--card);padding:9px 9px 12px;box-shadow:0 16px 30px -16px #33281d73}.polaroid__tape{position:absolute;top:-9px;left:50%;width:66px;height:20px;background:var(--tape)}.polaroid__img{aspect-ratio:1 / 1;background-color:var(--photo-bg);background-size:cover;background-position:center}.polaroid__caption{font-family:var(--hand);font-size:18px;text-align:center;margin-top:6px;color:var(--ink-soft)}.carousel{background:var(--band);padding:60px 0 70px}.carousel__head{display:flex;flex-direction:column;gap:6px;padding:0 var(--gutter);margin-bottom:34px}.carousel__title{font-size:38px;font-weight:500}.carousel__viewport{overflow:hidden}.carousel__track{display:flex;gap:34px;width:max-content;animation:slideX 36s linear infinite}.carousel__set{display:flex;gap:34px;align-items:stretch}.mcard{background:var(--card);box-shadow:0 12px 24px -14px #33281d59}.mcard--photo{width:240px;padding:10px 10px 14px}.mcard--note{width:252px;padding:20px 22px;display:flex;flex-direction:column;justify-content:space-between;gap:14px}.mcard--voice{width:240px;padding:20px 22px;display:flex;flex-direction:column;justify-content:center;gap:14px}.mcard__img{position:relative;aspect-ratio:1 / 1;background-color:var(--photo-bg);background-size:cover;background-position:center}.mcard__caption{font-family:var(--hand);font-size:20px;text-align:center;margin-top:8px;color:var(--ink-soft)}.mcard__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#140c0629}.mcard__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fffdf8eb;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000004d}.mcard__play-tri{width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:15px solid var(--accent);margin-left:4px}.mcard__duration{position:absolute;bottom:8px;right:10px;font-family:var(--mono);font-size:11px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.55)}.mcard__note-text{font-family:var(--hand);font-size:19px;line-height:1.35;color:var(--ink-body)}.mcard__label{font-family:var(--label);font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep)}.mcard__voice-row{display:flex;align-items:center;gap:12px}.mcard__voice-play{width:42px;height:42px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mcard__voice-tri{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid var(--cta-text);margin-left:3px}.mcard__wave{display:flex;align-items:flex-end;gap:2.5px;height:30px}.mcard__wave div{width:3px}.mcard__quote{font-family:var(--serif);font-style:italic;font-size:15.5px;line-height:1.5;color:var(--ink-body)}.hiw{max-width:1360px;margin:0 auto;padding:84px 64px}.section-title{font-size:36px;font-weight:500;margin:0 0 14px}.hiw__lede{font-family:var(--sans);font-size:17px;line-height:1.6;color:var(--ink-soft);max-width:660px;margin-bottom:46px;text-wrap:pretty}.hiw__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:stretch}.hiw__card{background:linear-gradient(160deg,#fff,#faf5ee);border:1px solid var(--line);padding:34px 34px 38px;box-shadow:0 3px 0 var(--line-soft),0 14px 26px -14px #3a322c47;transition:transform .5s cubic-bezier(.2,.8,.25,1),box-shadow .5s ease}.hiw__card--l{transform:rotate(-.6deg)}.hiw__card--c{transform:rotate(.5deg)}.hiw__card--r{transform:rotate(-.4deg)}.hiw__card--l:hover{transform:rotate(-1.8deg) translate(-9px,-8px);box-shadow:0 28px 46px -18px #33281d73}.hiw__card--c:hover{transform:rotate(1.4deg) translateY(-10px);box-shadow:0 28px 46px -18px #33281d73}.hiw__card--r:hover{transform:rotate(-1.4deg) translate(9px,-8px);box-shadow:0 28px 46px -18px #33281d73}.hiw__num{font-family:var(--hand);font-size:30px;color:var(--accent);margin-bottom:10px}.hiw__card-title{font-size:21px;font-weight:500;margin-bottom:8px}.hiw__card-body{font-family:var(--sans);font-size:15.5px;line-height:1.6;color:var(--ink-soft);text-wrap:pretty}.hiw__card-body--short{display:none}.demo{max-width:1360px;margin:0 auto;padding:10px 64px 96px;display:grid;grid-template-columns:1fr 430px;gap:56px;align-items:center}.demo__copy{max-width:520px;justify-self:end}.demo__title{font-size:36px;font-weight:500;line-height:1.2;margin:0 0 20px}.demo__body{font-family:var(--sans);font-size:17px;line-height:1.65;color:var(--ink-soft);text-wrap:pretty}.demo__annotation{font-family:var(--hand);font-size:25px;color:var(--accent);margin-top:26px;transform:rotate(-1.5deg)}.demo__arrow{display:inline-block}.demo__stage{justify-self:start}.demo__phone{position:relative;width:300px;height:618px}.phone-face{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:46px;background:#000;border:9px solid var(--ink);box-shadow:0 30px 70px -28px #33281d8c}.phone-face--a{transition:opacity .5s ease}.phone-face--b{transition:opacity .6s ease .15s}.phone-face__screen{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:37px;overflow:hidden;display:flex;flex-direction:column}.imsg{background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif}.imsg__notif{position:absolute;top:10px;left:8px;right:8px;z-index:6;background:#f6f6f6fa;border-radius:16px;padding:10px 12px;display:flex;align-items:center;gap:9px;box-shadow:0 10px 28px #0000003d;animation:notifDrop .55s cubic-bezier(.2,.9,.35,1.1) both}.imsg__notif-icon{width:34px;height:34px;border-radius:9px;background:var(--app-accent);display:flex;align-items:center;justify-content:center;flex:none}.imsg__header{flex:none;display:flex;flex-direction:column;align-items:center;gap:3px;padding:18px 12px 8px;background:#f9f9f9;border-bottom:.5px solid #c6c6c8;position:relative}.imsg__back{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#0a84ff;font-size:24px;line-height:1}.imsg__avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}.imsg__thread{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;padding:10px 12px 6px;overflow:hidden}.imsg__timestamp{text-align:center;font-size:10px;color:#8e8e93;margin-bottom:6px}.imsg__sender{font-size:10px;color:#8e8e93;margin:0 0 2px 12px}.imsg__bubble-in{background:#e9e9eb;color:#000;border-radius:4px 16px 16px;padding:8px 11px;font-size:12.5px;line-height:1.4}.imsg__typing{background:#e9e9eb;border-radius:16px;padding:11px 13px;display:flex;gap:4px}.imsg__typing div{width:7px;height:7px;border-radius:50%;background:#8e8e93;animation:dotPulse 1.2s ease infinite}.imsg__typing div:nth-child(2){animation-delay:.15s}.imsg__typing div:nth-child(3){animation-delay:.3s}.imsg__composer{flex:none;display:flex;align-items:flex-end;gap:8px;padding:8px 10px 26px}.imsg__plus{width:30px;height:30px;border-radius:50%;background:#e9e9eb;color:#8e8e93;display:flex;align-items:center;justify-content:center;font-size:19px;flex:none;line-height:1}.imsg__field{flex:1;border:1px solid #d8d8dc;border-radius:17px;padding:6px 36px 6px 11px;min-height:20px;position:relative}.imsg__caret{display:inline-block;width:2px;height:14px;background:#0a84ff;vertical-align:-2px;animation:caretBlink 1s step-end infinite}.imsg__send{position:absolute;right:4px;bottom:4px;width:26px;height:26px;border-radius:50%;background:#0a84ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;animation:popIn .3s ease both}.phone__homebar{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:110px;height:4.5px;border-radius:3px}.papp{background:var(--app-paper)}.papp__main{flex:1;overflow:hidden;padding:16px 16px 0;position:relative}.papp__toast{position:absolute;top:12px;left:12px;right:12px;z-index:5;background:var(--app-dark);border-radius:14px;padding:11px 13px;display:flex;align-items:center;gap:10px;box-shadow:0 14px 28px -12px #140e0680;animation:msgIn .5s ease both}.papp__eyebrow{font:600 8.5px/1 var(--app-grotesque);letter-spacing:.14em;text-transform:uppercase;color:var(--app-gold);margin-bottom:3px}.papp__tabs{flex:none;border-top:1px solid #ece4d4;padding:9px 24px 24px;display:flex;justify-content:space-between;align-items:center;background:var(--app-paper)}.papp__tab{display:flex;flex-direction:column;align-items:center;gap:4px}.papp__tab span{font:500 9px/1 var(--app-grotesque);color:#bdb39f}.papp__tab--active span{color:var(--app-accent)}.privacy{background:var(--band);padding:118px var(--gutter) 126px}.privacy__head{max-width:640px;margin:0 auto 82px;text-align:center}.privacy__headline{font-size:36px;font-weight:500;line-height:1.2;margin:0 0 16px;text-wrap:balance}.privacy__lede{font-family:var(--sans);font-size:17.5px;line-height:1.65;color:var(--ink-body);margin:0;text-wrap:pretty}.privacy__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;max-width:1040px;margin:0 auto}.privacy__item{text-align:center}.privacy__icon{display:flex;justify-content:center;color:var(--accent);margin-bottom:22px}.privacy__item-title{font-size:19px;font-weight:500;margin:0 0 10px}.privacy__item-body{font-family:var(--sans);font-size:15.5px;line-height:1.7;color:var(--ink-body);max-width:290px;margin:0 auto;text-wrap:pretty}.faq{border-top:1px solid var(--line);padding:70px var(--gutter) 80px;text-align:center}.faq__annotation{font-family:var(--hand);font-size:24px;color:var(--accent);margin-bottom:6px;transform:rotate(-1deg)}.faq__title{font-size:36px;font-weight:500;margin:0 0 34px}.faq__list{max-width:760px;margin:0 auto;text-align:left}.faq__item{border-top:1px solid var(--line)}.faq__item:last-child{border-bottom:1px solid var(--line)}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:none;border:none;cursor:pointer;text-align:left;padding:24px 2px;font-family:inherit;color:var(--ink)}.faq__q-text{font-size:20px;font-weight:500;line-height:1.3}.faq__sign{flex:none;width:34px;height:34px;border-radius:100px;background:#f8f2ea;border:1px solid var(--line-soft);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:400;line-height:1;color:var(--accent)}.faq__a{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--ink-soft);max-width:680px;text-wrap:pretty;padding:0 60px 28px 2px}.faq__a-lead{font-weight:700;color:var(--ink)}.cta{background:var(--band);padding:88px var(--gutter) 46px;text-align:center}.cta__lockup{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:26px}.cta__wordmark{font-family:var(--serif);font-weight:500;font-size:46px;color:var(--brand-ink);text-transform:lowercase;line-height:1}.cta__tagline{font-family:var(--label);font-weight:500;font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--accent)}.cta__headline{font-size:42px;font-weight:500;margin:0 0 32px}.cta__row{display:flex;align-items:center;justify-content:center;gap:26px;margin-bottom:70px}.cta__qr{width:86px;height:86px;background:var(--card);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px -12px #33281d59;font-family:var(--mono);font-size:10px;color:var(--ink-soft)}.footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddd2c4;padding-top:22px;font-family:var(--sans);font-size:14.5px;color:var(--ink-soft)}.footer__wordmark{font-family:var(--serif);font-weight:500;font-size:20px;color:var(--brand-ink);text-transform:lowercase;line-height:1}.footer__links{display:flex;gap:26px}@media (max-width: 1180px){.hero__float{display:none}.hero__grid{grid-template-columns:1fr;gap:48px;justify-items:center;text-align:center}.hero__copy{display:flex;flex-direction:column;align-items:center}.hero__cta-stack{align-items:center}.hero__annotation,.hero__flow--bottom{display:none}.demo{grid-template-columns:1fr;gap:48px;justify-items:center;text-align:center}.demo__copy,.demo__stage{justify-self:center}.demo__arrow{transform:rotate(90deg) translate(1px)}}@media (max-width: 900px){main{display:flex;flex-direction:column}main>*{width:100%}.hero{order:1}.carousel{order:2}.demo{order:3}.hiw{order:4}.privacy{order:5}.faq{order:6}.hiw__grid{grid-template-columns:1fr}.privacy{padding-top:78px;padding-bottom:86px}.privacy__head{margin-bottom:54px}.privacy__headline{font-size:30px}.privacy__grid{grid-template-columns:1fr;gap:48px}.hiw__card--l,.hiw__card--c,.hiw__card--r{transform:none}.hero{padding:56px 24px 72px}.hiw{padding:64px 24px}.demo{padding:0 24px 72px}.hero__headline{font-size:44px}.carousel__title,.section-title,.demo__title,.faq__title{font-size:30px}.cta__headline{font-size:32px}.nav{padding-left:20px;padding-right:20px}.nav__links{gap:18px;font-size:14px}.nav__links a[href="#how-it-works"],.nav__links a[href="#privacy"]{display:none}.carousel__head,.privacy,.faq,.cta{padding-left:24px;padding-right:24px}.cta__row{flex-direction:column}.footer{flex-direction:column;gap:16px}.faq__a{padding-right:8px}}@media (max-width: 700px){.nav{padding:12px 20px}.nav--scrolled{padding-top:10px;padding-bottom:10px}.nav__wordmark{font-size:22px}.lockup{gap:8px}.lockup svg{width:26px;height:26px}.btn--nav{padding:9px 18px;font-size:14px}.hero{padding:16px 24px 56px}.hero__grid{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.hero__copy{display:contents}.hero__headline{order:2;font-size:clamp(32px,9vw,38px)}.hero__body{order:3;margin:0;font-size:16.5px;max-width:340px}.hero__reel{order:4}.hero__reel-scale{--reel-s: .66}.hero__cta{order:5;margin-top:0}.carousel__title,.section-title,.demo__title,.faq__title{font-size:26px}.cta__headline{font-size:28px}.cta__wordmark{font-size:38px}.faq__q-text{font-size:18px}.carousel{padding:48px 0 56px}.carousel__viewport{overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.carousel__viewport::-webkit-scrollbar{display:none}.carousel__track{animation:none;gap:20px;padding:8px 24px 16px}.carousel__set{gap:20px}.carousel__set>*{scroll-snap-align:center}.carousel__set[aria-hidden=true]{display:none}.hiw{padding:56px 24px}.hiw__card{padding:26px 24px 30px}.hiw__card-body--full{display:none}.hiw__card-body--short{display:block}.demo{gap:36px}.cta__qr{display:none}.cta{padding:64px 24px 40px}.cta__row{margin-bottom:48px}.hero--b{position:relative;display:flex;padding:0;height:calc(100svh - 54px);min-height:560px;max-height:800px;overflow:hidden}.hero--b:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#140c0685,#140c0647 45%,#140c0680);pointer-events:none}.hero--b .hero__grid{position:relative;flex:1;display:flex;flex-direction:column}.hero--b .hero__reel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;justify-content:center;overflow:hidden}.hero--b .hero__reel-bob{animation:none}.hero--b .hero__reel-scale{--reel-s: 1.3}.hero--b .hero__reel-scale>div,.hero--b .hero__reel-scale>div>div{border-radius:0!important;border:none!important;box-shadow:none!important}.hero--b .hero__copy{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;flex:1;gap:18px;padding:0 28px}.hero--b .hero__headline{color:#fff;text-shadow:0 2px 26px rgba(0,0,0,.5)}.hero--b .hero__body{display:none}.hero--b .hero__cta-note{color:#fff6e8d9}}
