:root{--paper:#e8dccb;--paper-strong:#f8f2ea;--parchment:#e1d4c3;--surface:rgba(242,234,223,0.74);--surface-strong:rgba(248,242,234,0.82);--surface-dark:#d8cbba;--line:rgba(190,177,160,0.72);--line-soft:rgba(190,177,160,0.34);--ink:#2f2b28;--muted:#5f6670;--terracotta:#b1503e;--terracotta-muted:#c06a57;--navy:#1d3551;--gold:#b08a5a;--shadow:rgba(48,37,28,0.12);--shadow-strong:rgba(31,24,19,0.16);--display-font:"Baskerville","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;--body-font:"Avenir Next","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;--max-width:1280px;--page-padding:clamp(20px,3vw,36px);--radius-card:24px;--radius-panel:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--body-font);background:radial-gradient(circle at top left,rgba(177,80,62,.12),transparent 25%),radial-gradient(circle at 82% 16%,rgba(29,53,81,.08),transparent 18%),linear-gradient(180deg,#f0e7db,#e8dccb 48%,#e2d4c3)}body:before{background:radial-gradient(circle at 20% 12%,rgba(255,255,255,.4),transparent 18%),radial-gradient(circle at 80% 70%,rgba(177,80,62,.08),transparent 24%)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");mix-blend-mode:multiply}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{padding:18px var(--page-padding) 0}.site-header__inner{width:min(100%,var(--max-width));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 0 14px;border-bottom:1px solid rgba(190,177,160,.45)}.site-header__nav{display:inline-flex;align-items:center;gap:32px;margin-left:auto;margin-right:12px;color:rgba(47,43,40,.7);font-size:.95rem}.site-header__nav a{position:relative;transition:color .22s ease,transform .22s ease}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;transform:scaleX(.3);transform-origin:left center;opacity:0;background:rgba(177,80,62,.7);transition:transform .22s ease,opacity .22s ease}.site-header__nav a:hover{color:var(--ink);transform:translateY(-1px)}.site-header__nav a:hover:after{transform:scaleX(1);opacity:1}.wordmark{display:inline-flex;align-items:center;gap:16px;font-size:1.12rem;font-weight:600;color:var(--navy)}.wordmark__text{letter-spacing:-.02em}.wordmark--footer{font-size:.95rem}.logo-slot{width:auto;object-fit:contain}.logo-slot,.logo-slot--compact{height:34px}.logo-slot-placeholder{display:inline-flex;min-width:82px;height:34px;padding:0 14px;align-items:center;justify-content:center;border:1px dashed rgba(95,102,112,.35);border-radius:999px;color:var(--muted);font-size:.84rem;background:rgba(248,242,234,.55)}.logo-slot-placeholder--compact{min-width:72px;height:28px;font-size:.78rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid rgba(47,43,40,.08);background:var(--ink);color:var(--paper-strong);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.app-store-badge{display:inline-flex;align-items:center;gap:10px;min-height:56px;padding:10px 16px;border-radius:14px;background:#111111;color:#ffffff;box-shadow:0 14px 30px rgba(17,17,17,.16);transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease}.app-store-badge:hover{transform:translateY(-1px)}.app-store-badge--disabled{pointer-events:none;opacity:.45}.app-store-badge__icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center}.app-store-badge__icon svg{width:24px;height:24px}.app-store-badge__copy{display:flex;flex-direction:column;line-height:1}.app-store-badge__small{font-size:.7rem;opacity:.86}.app-store-badge__large{font-size:1.15rem;font-weight:600;margin-top:2px}.button--secondary{background:transparent;color:var(--ink);border-color:rgba(47,43,40,.12)}.button--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.legal-shell,.page-shell{width:min(100%,var(--max-width));margin:0 auto;padding:4px var(--page-padding) 112px}.hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(860px,1.18fr);align-items:start;grid-gap:clamp(14px,2.2vw,28px);gap:clamp(14px,2.2vw,28px);min-height:auto;padding:18px 0 68px}.hero__copy{max-width:540px;padding-top:10px}.section-label{display:inline-flex;margin-bottom:12px;font-size:1rem;font-weight:600;color:var(--terracotta)}.hero__eyebrow{display:inline-flex;margin:0 0 12px;padding:10px 16px;border:1px solid rgba(190,177,160,.42);border-radius:999px;background:rgba(248,242,234,.46);box-shadow:0 12px 28px rgba(48,37,28,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--muted);font-size:.88rem;line-height:1.5;white-space:nowrap}.cta-panel h2,.hero__title,.legal-hero__title,.section-heading h2{margin:0;font-family:var(--display-font);font-weight:500;letter-spacing:-.05em;color:var(--ink)}.hero__title{font-family:var(--body-font);max-width:9.2ch;font-size:clamp(2.75rem,4.15vw,4.45rem);font-weight:600;line-height:.96;letter-spacing:-.065em}.hero__title-line{display:block;white-space:nowrap}.cta-panel p,.faq-item p,.feature-card p,.hero__subtitle,.legal-card p,.legal-hero__intro,.preview-card p,.section-heading p,.site-footer__brand p{color:var(--muted);line-height:1.72}.hero__subtitle{max-width:none;margin:18px 0 0;font-size:.9rem;line-height:1.62;white-space:normal}.hero__subtitle-line{display:block;white-space:nowrap}.hero__highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero__highlights span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(190,177,160,.38);background:rgba(248,242,234,.32);color:rgba(47,43,40,.76);font-size:.88rem;box-shadow:0 10px 24px rgba(48,37,28,.04)}.hero__actions{margin-top:34px}.hero__helper{margin:10px 0 0;color:var(--muted);font-size:.76rem;white-space:nowrap}.hero__visual{position:relative;display:flex;justify-content:flex-end;align-self:end;padding-top:76px}.hero-compare{position:relative;display:grid;grid-template-columns:minmax(0,562px) auto minmax(0,562px);align-items:center;grid-gap:clamp(0px,.4vw,4px);gap:clamp(0px,.4vw,4px);width:min(100%,1280px);margin-left:auto;transform:translate(clamp(132px,9vw,196px),clamp(54px,5vw,96px))}.hero-compare:after,.hero-compare:before{content:none}.hero-compare__panel{position:relative;z-index:1}.hero-compare__panel--scan{width:min(100%,450px);justify-self:end;transform:rotate(-5.5deg) translateY(30px)}.hero-compare__panel--result{width:min(100%,562px);justify-self:start;transform:rotate(5.5deg) translateY(2px)}.hero-compare__result-image,.hero-compare__result-image.image-slot,.hero-compare__scan-image,.hero-compare__scan-image.image-slot{overflow:visible;background:transparent;box-shadow:none}.hero-compare__scan-image,.hero-compare__scan-image.image-slot{aspect-ratio:9/16;min-height:0;border-radius:0}.hero-compare__result-image,.hero-compare__result-image.image-slot{aspect-ratio:9/16;min-height:0}.hero-compare__scan-image .image-slot__image{object-position:center top}.hero-compare__result-image .image-slot__image,.hero-compare__scan-image .image-slot__image{object-fit:contain;filter:drop-shadow(0 42px 62px rgba(31,24,19,.24))}.hero-compare__arrow{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:clamp(78px,7vw,96px);margin-inline:-18px;margin-top:34px;color:rgba(47,43,40,.78)}.hero-compare__arrow svg{width:100%;height:auto}.image-slot{height:100%;border-radius:0;overflow:hidden;background:transparent}.image-slot__image{width:100%;height:100%;object-fit:contain}.image-slot__placeholder{display:flex;height:100%;min-height:440px;padding:28px;flex-direction:column;justify-content:flex-end;border:1px dashed rgba(95,102,112,.24);border-radius:18px;background:rgba(248,242,234,.34)}.feature-card__index,.image-slot__eyebrow,.legal-hero__updated,.preview-card__label{font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:var(--terracotta)}.image-slot__filename{display:block;margin-top:10px;font-family:var(--body-font);font-size:1.35rem;font-weight:600;line-height:1.2;letter-spacing:-.03em}.image-slot__hint{max-width:22rem;margin:10px 0 0;color:var(--muted);line-height:1.6}.content-section{position:relative;padding:68px 0 0}.content-anchor{position:absolute;top:-84px}.section-heading{max-width:760px;margin-bottom:28px}.section-heading h2{font-size:clamp(2.1rem,4vw,3.5rem);line-height:.98}.feature-grid,.preview-grid{display:grid;grid-gap:18px;gap:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid--steps .feature-card{min-height:240px}.cta-panel,.feature-card,.legal-card,.preview-card{border:1px solid rgba(190,177,160,.26);background:var(--surface);box-shadow:0 26px 60px rgba(48,37,28,.09)}.feature-card,.legal-card{position:relative;overflow:hidden;border-radius:var(--radius-card);padding:24px}.feature-card{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s ease}.feature-card:hover{border-color:rgba(177,80,62,.34);box-shadow:0 32px 80px rgba(48,37,28,.12)}.cta-panel:before,.feature-card:before,.legal-card:before,.preview-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 26%);pointer-events:none}.faq-item summary,.feature-card h3,.legal-card h2,.preview-card h3{margin:0;font-size:1.24rem;line-height:1.24;font-weight:500}.feature-card p,.legal-card p,.preview-card p{margin:10px 0 0;white-space:pre-line}.feature-card__index{display:inline-block;margin-bottom:14px}.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.preview-card{overflow:visible;position:relative;border-radius:28px;border:1px solid rgba(190,177,160,.24);background:linear-gradient(180deg,rgba(248,242,234,.5),rgba(232,220,203,.3));box-shadow:0 26px 60px rgba(48,37,28,.08);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s ease}.feature-card:hover,.preview-card:hover{transform:translateY(-6px)}.preview-card:hover{border-color:rgba(177,80,62,.34);box-shadow:0 34px 80px rgba(48,37,28,.12)}.preview-card__media{padding:22px 22px 0}.preview-card .image-slot,.preview-card .image-slot__placeholder{min-height:360px;border-radius:22px;background:linear-gradient(180deg,rgba(248,242,234,.72),rgba(225,212,195,.46));aspect-ratio:.72}.preview-card__body{padding:16px 22px 22px}.preview-card__body p{max-width:24rem}.faq-list{display:grid;grid-gap:0;gap:0}.faq-item{padding:0;box-shadow:none;background:transparent;border:0;border-bottom:1px solid rgba(190,177,160,.45);border-radius:0}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;padding:20px 0}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] .faq-item__plus{transform:rotate(45deg)}.faq-item__plus{font-size:1.5rem;line-height:1;transition:transform .18s ease;color:var(--terracotta)}.faq-item p{margin:0;padding:0 0 20px}.cta-panel{position:relative;overflow:hidden;margin-top:88px;padding:40px;border-radius:var(--radius-panel);display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(180deg,rgba(248,242,234,.88),rgba(225,212,195,.88))}.cta-panel__content{max-width:580px}.cta-panel h2{font-size:clamp(2.3rem,5vw,4rem);line-height:.96}.site-footer{padding:0 var(--page-padding) 36px}.site-footer__inner,.site-footer__meta{width:min(100%,var(--max-width));margin:0 auto}.site-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 0 18px;border-top:1px solid rgba(190,177,160,.58)}.site-footer__brand{max-width:360px}.site-footer__nav{display:flex;flex-wrap:wrap;gap:20px;padding-top:6px;color:var(--muted)}.site-footer__meta{color:rgba(95,102,112,.9);font-size:.88rem}.legal-shell{padding-top:38px}.legal-hero{max-width:860px;margin-bottom:26px;padding:34px;border-radius:var(--radius-panel);border:1px solid var(--line-soft);background:var(--surface-strong);box-shadow:0 20px 50px var(--shadow)}.legal-hero__title{font-size:clamp(2.7rem,5vw,4.4rem);line-height:.95}.legal-hero__updated{display:block;margin-top:16px}.legal-hero__intro{max-width:42rem;margin:18px 0 0}.legal-hero__cta{margin-top:24px}.legal-section-list{display:grid;grid-gap:14px;gap:14px}.reveal{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .72s cubic-bezier(.22,1,.36,1);filter:blur(3px)}.reveal--visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media (prefers-reduced-motion:no-preference){body:before{animation:atmosphere-drift 18s ease-in-out infinite alternate}.app-store-badge,.hero__eyebrow,.hero__highlights span,.preview-card{will-change:transform}}@keyframes atmosphere-drift{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-10px,0) scale(1.04);opacity:.88}}@media (max-width:1040px){.cta-panel,.feature-grid,.hero,.preview-grid,.site-footer__inner{grid-template-columns:1fr}.hero{min-height:auto;padding-top:12px;padding-bottom:24px}.hero__title{max-width:10ch;font-size:clamp(2.7rem,7vw,4rem)}.hero__eyebrow,.hero__helper,.hero__subtitle,.hero__subtitle-line{white-space:normal}.hero__copy{max-width:none;padding-top:0}.hero-compare{grid-template-columns:minmax(0,330px) auto minmax(0,330px);width:min(100%,800px);margin-left:0;transform:translate(28px)}.hero-compare__panel--scan{width:min(100%,264px)}.hero-compare__panel--result{width:min(100%,330px)}.hero-compare__result-image,.hero-compare__result-image.image-slot,.hero-compare__scan-image,.hero-compare__scan-image.image-slot{min-height:0}.site-header__nav{gap:22px;font-size:.9rem}.cta-panel{align-items:flex-start}}@media (max-width:720px){.site-header{padding-top:12px}.site-header__inner{padding:12px 0}.site-header__nav{display:none}.wordmark{gap:10px;font-size:.98rem}.button{min-height:44px;padding:0 16px;font-size:.74rem;letter-spacing:.1em}.app-store-badge{min-height:52px;padding:9px 14px}.app-store-badge__large{font-size:1.02rem}.legal-shell,.page-shell{padding-bottom:80px}.hero{gap:14px;padding-top:12px}.hero__title{max-width:none;font-size:clamp(2.45rem,11vw,3.28rem);line-height:.99}.hero__title-line{white-space:normal}.hero__subtitle{margin-top:16px}.hero__eyebrow,.hero__helper,.hero__subtitle,.hero__subtitle-line{white-space:normal}.hero__highlights{gap:8px;margin-top:16px}.hero__highlights span{min-height:34px;padding:0 12px;font-size:.82rem}.cta-panel p,.faq-item p,.feature-card p,.hero__helper,.hero__subtitle,.legal-card p,.legal-hero__intro,.preview-card p,.section-heading p{font-size:.96rem}.hero-compare{width:100%;grid-template-columns:1fr;gap:10px;justify-items:center}.hero-compare__panel--scan{width:min(100%,240px);justify-self:center;transform:none}.hero-compare__panel--result{width:min(100%,300px);justify-self:center;transform:none}.hero-compare__result-image,.hero-compare__result-image.image-slot,.hero-compare__scan-image,.hero-compare__scan-image.image-slot{min-height:0}.hero-compare__arrow{width:78px;margin-top:0;transform:rotate(90deg)}.preview-card .image-slot,.preview-card .image-slot__placeholder{min-height:240px}.cta-panel,.feature-card,.legal-card,.legal-hero,.preview-card__body{padding:20px}}