:root{--bg: #e9dbd0;--ink: #161616;--ink-soft: #5b5b5b;--accent: #c46a3a;--card: #ffffff;--button-bg: #161616;--button-ink: #ffffff;--button-soft: #ece6dd}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;background:var(--bg);font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;display:flex;flex-direction:column}main{max-width:1080px;width:100%;flex:1 0 auto;margin:0 auto;padding:0 24px}.wordmark{font-size:28px;font-weight:600;letter-spacing:-.02em;-webkit-user-select:none;user-select:none}a.wordmark{color:var(--ink);text-decoration:none}.nav{max-width:1080px;width:100%;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.hero{display:flex;align-items:center;gap:48px;padding:48px 0 96px}.hero-copy{flex:1 1 55%}.hero-copy h1{font-size:clamp(40px,6vw,64px);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin:0 0 20px}.hero-copy p{font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:44ch;margin:0 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.store-btn{display:flex;align-items:center;gap:10px;background:var(--button-bg);color:var(--button-ink);text-decoration:none;padding:10px 20px;border-radius:14px}.store-btn:active{opacity:.85}.store-btn.soon{opacity:.55}.store-btn svg{width:26px;height:26px;flex:0 0 auto}.store-btn span{display:flex;flex-direction:column;font-size:16px;font-weight:500;line-height:1.2}.store-btn small{font-size:11px;font-weight:400;opacity:.7}.hero-phone{flex:0 0 auto;position:relative}.demo-wrap{position:relative}.demo-phone{width:min(62vw,260px);height:min(56lvh,520px);background:var(--bg);border:8px solid var(--ink);border-radius:40px;padding:14px 12px 12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 24px 60px #1616162e;position:relative;z-index:1}.demo-phone>*{transition:opacity .45s ease}.demo-phone.cycling>*{opacity:0}.demo-header{display:flex;align-items:center;gap:8px}.demo-brand{margin-right:auto;font-size:15px;font-weight:600;letter-spacing:-.02em}.demo-heart{display:flex;color:var(--ink)}.demo-heart svg{width:18px;height:18px}.demo-avatar{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--ink);background:var(--bg);color:var(--ink);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.demo-avatar svg{width:20px;height:20px}.demo-result{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.demo-image{width:68%;aspect-ratio:1024 / 1536;max-height:100%;border-radius:16px;background:transparent;position:relative;overflow:hidden}.demo-output{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.07);filter:blur(16px);transition:opacity .7s ease,transform .9s ease,filter .9s ease}.demo-image.done .demo-output{opacity:1;transform:scale(1);filter:blur(0)}.demo-recap{position:absolute;left:0;right:0;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:30px 10px 8px;background:linear-gradient(to bottom,#0000,#00000008 20%,#0000001f,#00000047 70%,#00000073);opacity:0;transition:opacity .5s ease}.demo-recap.in{opacity:1}.demo-recap-thumb{flex:0 0 auto;width:30px;height:30px;border-radius:50%;object-fit:cover;border:2.5px solid rgba(255,255,255,.9)}.demo-recap-text{color:#fff;font-size:11px;line-height:1.35}.demo-image:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 30%,rgba(22,22,22,.07) 50%,transparent 70%);transform:translate(-100%);opacity:0}.demo-image.generating:after{opacity:1;animation:demo-shimmer 1.1s ease-in-out infinite}@keyframes demo-shimmer{to{transform:translate(100%)}}.demo-composer{background:var(--ink);border-radius:20px;padding:12px;display:flex;flex-direction:column}.demo-thumbs{display:flex;gap:8px;height:0;margin-bottom:0;overflow:hidden;transition:height .48s cubic-bezier(.5,0,.2,1),margin-bottom .48s cubic-bezier(.5,0,.2,1)}.demo-thumbs.expanded{height:36px;margin-bottom:10px}.demo-thumb{width:36px;height:36px;border-radius:9px;object-fit:cover;opacity:0;transform:scale(.5);transition:opacity .28s ease,transform .28s ease}.demo-thumb.in{opacity:1;transform:scale(1)}.demo-prompt{display:block;min-height:34px;color:#ffffffd9;font-size:12px;line-height:1.4}.demo-caret{display:inline-block;width:2px;height:12px;margin-left:2px;vertical-align:text-bottom;background:#ffffffd9;animation:demo-blink 1s steps(1) infinite}.demo-caret.off{display:none}@keyframes demo-blink{50%{opacity:0}}.demo-controls{display:flex;align-items:center;gap:8px;margin-top:10px}.demo-attach{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center}.demo-attach svg{width:19px;height:19px}.demo-options{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center}.demo-options svg{width:15px;height:15px}.demo-send{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff1f;color:#ffffff59;transition:background .12s ease,color .12s ease}.demo-send svg{width:19px;height:19px}.demo-send.armed{background:var(--card);color:var(--ink)}.demo-card{position:absolute;z-index:2;top:38%;left:-20px;opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.demo-card.in{opacity:1;transform:translateY(0)}.demo-card-frame{width:76px;height:76px;padding:5px;background:var(--card);border-radius:14px;box-shadow:0 10px 28px #16161638;transform:rotate(var(--rot, 0deg));transition:transform .4s ease}.demo-card.flying .demo-card-frame{transform:rotate(0)}.demo-card-frame img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}@media(prefers-reduced-motion:reduce){.demo-phone>*,.demo-output,.demo-thumbs,.demo-thumb,.demo-recap,.demo-card,.demo-card-frame,.demo-send{transition:none}.demo-caret{animation:none}}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:112px}.feature-card{background:var(--card);border-radius:24px;padding:28px}.feature-num{display:inline-block;font-size:13px;font-weight:600;color:var(--accent);margin-bottom:14px}.feature-card h2{font-size:21px;font-weight:600;letter-spacing:-.02em;margin:0 0 10px}.feature-card p{font-size:15px;line-height:1.6;color:var(--ink-soft);margin:0}.stream{padding-bottom:112px}.stream-head{text-align:center;margin-bottom:24px}.stream-head h2{font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.02em;margin:0 0 10px}.stream-head p{font-size:16px;color:var(--ink-soft);margin:0}.stream-band{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;touch-action:pan-y;cursor:grab}.stream-band:active{cursor:grabbing}.stream-band img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.stream-track{display:flex;gap:16px;width:max-content;will-change:transform}.stream-group{display:flex;gap:16px}.stream-card{position:relative;flex:0 0 auto;width:200px;height:260px;border-radius:22px;overflow:hidden;background:var(--button-soft);-webkit-tap-highlight-color:transparent}.stream-output{width:100%;height:100%;object-fit:cover;display:block}.stream-recap{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:30px 12px 12px;background:linear-gradient(to bottom,#0000,#00000008 20%,#0000001f,#00000047 70%,#00000073)}.stream-recap-thumbs{display:flex;gap:6px}.stream-recap-thumbs img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2.5px solid rgba(255,255,255,.9)}.stream-recap-text{color:#fff;font-size:11px;line-height:1.35}.footer{max-width:1080px;width:100%;margin:0 auto;padding:0 24px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-stores{display:flex;flex-wrap:wrap;gap:8px}.footer-brand .store-btn{gap:8px;padding:8px 14px;border-radius:11px}.footer-brand .store-btn svg{width:20px;height:20px}.footer-brand .store-btn span{font-size:13px}.footer-brand .store-btn small{font-size:9px}.footer-note{font-size:14px;color:var(--ink-soft)}.footer-bottom{width:100%;padding-top:18px;border-top:1px solid rgba(22,22,22,.12)}.footer-cols{display:flex;gap:64px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-title{font-size:14px;font-weight:600}.footer-col a{font-size:14px;color:var(--ink-soft);text-decoration:none}.footer-col a:hover{color:var(--ink)}.legal{max-width:720px;padding-bottom:72px}.legal h1{font-size:clamp(32px,5vw,44px);font-weight:600;letter-spacing:-.03em;margin:16px 0 6px}.legal-updated{display:block;font-size:14px;color:var(--ink-soft);margin-bottom:36px}.legal h2{font-size:20px;font-weight:600;letter-spacing:-.02em;margin:36px 0 10px}.legal p,.legal li{font-size:15px;line-height:1.7;color:var(--ink-soft);margin:0 0 12px}.legal ul{margin:0 0 12px;padding-left:22px}.legal li strong{color:var(--ink);font-weight:500}.legal table{width:100%;border-collapse:collapse;margin:0 0 12px}.legal th,.legal td{text-align:left;vertical-align:top;padding:8px 12px 8px 0;border-bottom:1px solid rgba(22,22,22,.12);font-size:14px;line-height:1.5;color:var(--ink-soft)}.legal th{color:var(--ink);font-weight:600}.legal a{color:var(--accent)}@media(max-width:820px){.hero{flex-direction:column;padding-top:16px}.hero-copy h1 br{display:none}.features{grid-template-columns:1fr}}
