@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter+Tight:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{color-scheme:light;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f2eee4;color:#1c1a17;--p-bg: #f2eee4;--p-bg-elevated: #faf7f0;--p-surface: #ffffff;--p-surface-soft: #f7f4ed;--p-glass: rgba(255, 252, 245, .76);--p-glass-border: rgba(28, 26, 23, .08);--p-ink: #1c1a17;--p-ink-2: #4a4640;--p-ink-3: #8b847a;--p-ink-4: #b8b1a4;--p-line: rgba(28, 26, 23, .07);--p-line-strong: rgba(28, 26, 23, .14);--p-dark: #111009;--p-dark-surface: #1a1714;--r-sm: 12px;--r-md: 18px;--r-lg: 24px;--r-xl: 32px;--r-pill: 999px;--sh-1: 0 1px 1.5px rgba(28, 22, 10, .04), 0 2px 6px rgba(28, 22, 10, .04);--sh-2: 0 1px 2px rgba(28, 22, 10, .05), 0 8px 20px rgba(28, 22, 10, .06);--sh-3: 0 2px 6px rgba(28, 22, 10, .06), 0 20px 50px rgba(28, 22, 10, .12);--sh-pill: 0 1px 2px rgba(28, 22, 10, .07), 0 8px 24px rgba(28, 22, 10, .06), inset 0 1px 0 rgba(255, 255, 255, .7);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--p-bg);color:var(--p-ink);overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.grain-overlay{position:fixed;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px;animation:grain .6s steps(1) infinite}@keyframes grain{0%{transform:translate(0)}10%{transform:translate(-3%,-4%)}20%{transform:translate(-6%,2%)}30%{transform:translate(3%,-5%)}40%{transform:translate(-4%,7%)}50%{transform:translate(-5%,-3%)}60%{transform:translate(2%,6%)}70%{transform:translate(5%,-2%)}80%{transform:translate(-3%,4%)}90%{transform:translate(4%,-6%)}to{transform:translate(0)}}.nav{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);background:#f2eee4c7;border-bottom:1px solid var(--p-line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 48px));margin:0 auto;height:56px}.nav-brand{display:flex;align-items:center;gap:8px}.nav-mark{font-size:12px;color:var(--p-ink-3);line-height:1}.nav-wordmark{font-family:"Instrument Serif",Georgia,serif;font-size:20px;font-weight:400;letter-spacing:-.01em;color:var(--p-ink)}.appstore-badge{display:inline-flex;align-items:center;gap:10px;padding:0 16px;height:40px;border-radius:var(--r-pill);background:var(--p-ink);color:#fff;border:1px solid transparent;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;box-shadow:var(--sh-2);white-space:nowrap;flex-shrink:0}.appstore-badge:hover{transform:translateY(-1px);box-shadow:var(--sh-3);opacity:.92}.appstore-badge--light{background:#ffffff1f;border-color:#ffffff2e;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.appstore-badge--sm{height:36px;padding:0 14px;gap:8px}.appstore-badge--md{height:44px;padding:0 20px;gap:11px}.appstore-badge--lg{height:52px;padding:0 26px;gap:13px}.appstore-apple-icon{width:20px;height:20px;flex-shrink:0}.appstore-badge--sm .appstore-apple-icon{width:17px;height:17px}.appstore-badge--lg .appstore-apple-icon{width:24px;height:24px}.appstore-badge-text{display:flex;flex-direction:column;gap:0}.appstore-badge-text small{font-size:9px;font-weight:500;letter-spacing:.04em;opacity:.76;line-height:1.1}.appstore-badge-text strong{font-size:13px;font-weight:600;letter-spacing:-.01em;line-height:1.1}.appstore-badge--sm .appstore-badge-text small{font-size:8px}.appstore-badge--sm .appstore-badge-text strong{font-size:12px}.appstore-badge--lg .appstore-badge-text small{font-size:10px}.appstore-badge--lg .appstore-badge-text strong{font-size:15px}.eyebrow{display:block;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--p-ink-3);line-height:1}h2{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(34px,5vw,64px);font-weight:400;line-height:1;letter-spacing:-.01em}h3{font-family:"Instrument Serif",Georgia,serif;font-size:24px;font-weight:400;line-height:1.1;letter-spacing:-.01em}p{font-size:16px;line-height:1.65;color:var(--p-ink-2)}em{font-style:italic}.page-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:min(820px,calc(100vh - 56px));width:min(1180px,calc(100% - 48px));margin:0 auto;padding:80px 0}.hero-copy{display:flex;flex-direction:column;gap:20px}.hero-eyebrow{margin-bottom:-4px}.hero-copy h1{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(42px,5.5vw,80px);font-weight:400;line-height:1;letter-spacing:-.02em;color:var(--p-ink);margin:0}.hero-body{font-size:17px;line-height:1.6;color:var(--p-ink-2);max-width:480px}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ghost-btn{font-size:14px;font-weight:500;color:var(--p-ink-3);transition:color .15s ease;letter-spacing:-.01em}.ghost-btn:hover{color:var(--p-ink)}.palette-cycler{margin-top:4px}.palette-cycler-inner{display:inline-flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:var(--r-md);background:var(--p-surface);box-shadow:var(--sh-1);border:1px solid var(--p-line);transition:opacity .35s ease}.palette-cycler-inner.fading{opacity:0}.palette-cycler-swatches{display:flex;gap:5px}.palette-cycler-swatch{width:26px;height:26px;border-radius:6px;box-shadow:inset 0 0 0 1px #0000000f;flex-shrink:0}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-stack{position:relative;width:280px;height:420px;flex-shrink:0}.hero-stack-card{position:absolute;width:240px;border-radius:var(--r-lg);background:var(--p-surface);box-shadow:var(--sh-3);overflow:hidden;border:1px solid var(--p-line);transition:transform .6s cubic-bezier(.22,1,.36,1)}.hero-stack-card--0{top:0;left:20px;z-index:3;transform:rotate(-2deg)}.hero-stack-card--1{top:24px;left:40px;z-index:2;transform:rotate(1.5deg)}.hero-stack-card--2{top:48px;left:0;z-index:1;transform:rotate(-.5deg)}.hero-stack:hover .hero-stack-card--0{transform:rotate(-3deg) translateY(-6px)}.hero-stack:hover .hero-stack-card--1{transform:rotate(2.5deg) translateY(4px)}.hero-stack:hover .hero-stack-card--2{transform:rotate(-1deg) translate(-8px)}.stack-card-img-wrap{width:100%;aspect-ratio:4/5;overflow:hidden}.stack-card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.stack-card-meta{padding:10px 12px 12px;display:flex;flex-direction:column;gap:7px}.stack-card-title{font-family:"Instrument Serif",Georgia,serif;font-size:14px;font-weight:400;color:var(--p-ink);line-height:1.2}.stack-card-palette{display:flex;gap:3px}.stack-card-palette span{flex:1;height:12px;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000d}.marquee-strip{width:100%;overflow:hidden;border-top:1px solid var(--p-line);border-bottom:1px solid var(--p-line);background:var(--p-bg-elevated);padding:12px 0;margin:40px 0 0}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{display:inline-flex;align-items:center;gap:16px;padding:0 16px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--p-ink-3);white-space:nowrap}.marquee-dot{opacity:.3}.section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:100px 0}.section-head{display:flex;flex-direction:column;gap:16px;margin-bottom:56px;max-width:680px}.section-head h2{margin:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{display:flex;flex-direction:column;gap:20px}.step-img-wrap{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/5;background:var(--p-surface-soft);box-shadow:var(--sh-2)}.step-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.step-num{position:absolute;top:14px;right:14px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:10px;font-weight:500;letter-spacing:.08em;color:#fffc;background:#00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.12)}.step-body{display:flex;flex-direction:column;gap:8px}.step-body h3{font-size:22px;margin:4px 0 0}.step-body p{font-size:15px}.gallery-strip{display:flex;gap:8px;overflow:hidden;padding:0;margin:0;height:220px}.gallery-tile{flex:0 0 auto;width:calc(100% / 6 - 7px);border-radius:var(--r-md);overflow:hidden;position:relative}.gallery-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.gallery-tile:hover img{transform:scale(1.04)}.section--dark{background:var(--p-dark);width:100%;max-width:100%;margin:0;padding:100px 0}.section--dark .section-head,.section--dark .features-grid{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}.section--dark .section-head{margin-bottom:56px}.section--dark p{color:#faf7f08c}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff0f;border-radius:var(--r-lg);overflow:hidden;border:1px solid rgba(255,255,255,.06)}.feature-card{padding:36px 32px;display:flex;flex-direction:column;gap:14px;background:var(--p-dark-surface);transition:background .2s ease}.feature-card:hover{background:#201d1a}.feature-num{color:#faf7f04d;margin-bottom:4px}.feature-card h3{font-size:20px;color:#faf7f0}.feature-card p{font-size:15px;color:#faf7f080;line-height:1.6}.scan-showcase{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.scan-showcase-copy{display:flex;flex-direction:column;gap:20px}.scan-showcase-copy h2{margin:0}.scan-showcase-copy p{max-width:420px}.scan-showcase-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.showcase-card{border-radius:var(--r-lg);overflow:hidden;background:var(--p-surface);box-shadow:var(--sh-3);border:1px solid var(--p-line)}.showcase-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.showcase-card-footer{padding:12px 14px 14px;display:flex;flex-direction:column;gap:9px}.showcase-card-title{font-family:"Instrument Serif",Georgia,serif;font-size:14px;color:var(--p-ink);line-height:1.2}.showcase-palette{display:flex;gap:3px}.showcase-palette span{flex:1;height:11px;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000d}.cta-section{padding-bottom:120px}.cta-inner{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;padding:80px 40px;border-radius:var(--r-xl);background:linear-gradient(135deg,#f7f4ed,#ede9de,#e8e0d0);border:1px solid var(--p-line-strong);box-shadow:var(--sh-2);position:relative;overflow:hidden}.cta-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.7),transparent 60%),radial-gradient(circle at 75% 85%,rgba(200,185,160,.3),transparent 50%);pointer-events:none}.cta-inner>*{position:relative;z-index:1}.cta-inner h2{font-size:clamp(36px,5vw,64px);max-width:560px}.cta-inner p{font-size:15px;color:var(--p-ink-3)}.footer{border-top:1px solid var(--p-line);padding:36px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 48px));margin:0 auto;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:8px}.footer-links{display:flex;align-items:center;gap:24px}.footer-links a{font-size:13px;color:var(--p-ink-3);transition:color .15s ease;font-weight:500}.footer-links a:hover{color:var(--p-ink)}.footer-copy{font-size:12px;color:var(--p-ink-4);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;letter-spacing:.04em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px}.scan-showcase{gap:48px}}@media (max-width: 860px){.hero{grid-template-columns:1fr;min-height:auto;padding:60px 0 48px;gap:48px}.hero-visual{justify-content:flex-start}.hero-stack{width:100%;height:340px}.hero-stack-card{width:200px}.steps-grid{grid-template-columns:1fr;gap:40px}.step-card{flex-direction:row;gap:20px}.step-img-wrap{width:120px;height:150px;flex-shrink:0;aspect-ratio:unset}.gallery-strip{height:160px}.gallery-tile{width:calc(100% / 3 - 6px)}.features-grid{grid-template-columns:1fr}.scan-showcase{grid-template-columns:1fr;gap:40px}.scan-showcase-cards{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.nav-inner{width:calc(100% - 32px)}.section{width:calc(100% - 32px);padding:64px 0}.section--dark{padding:64px 0}.section--dark .section-head,.section--dark .features-grid,.hero{width:calc(100% - 32px)}.steps-grid{gap:32px}.step-card{flex-direction:column}.step-img-wrap{width:100%;aspect-ratio:4/5;height:auto}.gallery-strip{height:130px;gap:5px}.gallery-tile{width:calc(100% / 3 - 4px);border-radius:var(--r-sm)}.scan-showcase-cards{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px;width:calc(100% - 32px)}.footer-links{gap:16px;flex-wrap:wrap}.cta-inner{padding:56px 24px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-stack{height:280px}.hero-stack-card{width:170px}.features-grid{border-radius:var(--r-md)}.feature-card{padding:28px 22px}.section-head{margin-bottom:36px}}
