@layer reset,tokens,base,components,responsive;@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img,svg{display:block;max-width:100%}}@layer tokens{:root{--graphite: #262a25;--graphite-deep: #1e211d;--graphite-soft: #51574f;--mineral: #f4f1e8;--paper: #fffcf3;--marker: #f2b705;--marker-dark: #5a4300;--sage: #4a6a57;--sage-soft: #dce9de;--brick: #a9442e;--brick-soft: #f4ded7;--line: #d7d4c8;--display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--body: Aptos, "Trebuchet MS", "Segoe UI Variable", sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-standard: cubic-bezier(.65, 0, .35, 1)}}@layer base{html{color:var(--graphite);background:var(--mineral);font-family:var(--body);font-size:16px;line-height:1.5;scroll-padding-top:5rem}body{min-width:320px;overflow-x:hidden;background:radial-gradient(circle at 10% 20%,rgb(255 252 243 / 65%),transparent 28rem),var(--mineral);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")}::selection{color:var(--graphite);background:var(--marker)}:focus-visible{outline:3px solid var(--marker);outline-offset:4px}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display);font-weight:600;letter-spacing:-.05em}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.section{padding-block:clamp(5.5rem,10vw,9rem)}.eyebrow{display:flex;gap:.7rem;align-items:center;margin-bottom:1.25rem;color:var(--graphite-soft);font-size:.73rem;font-weight:800;letter-spacing:.17em;line-height:1.2;text-transform:uppercase}.eyebrow:before{width:1.75rem;height:2px;content:"";background:var(--marker)}}@layer components{.site-header{position:fixed;z-index:50;top:0;right:0;left:0;color:var(--paper);transition:background-color .24s ease,box-shadow .24s ease}.site-header--scrolled{background:#262a25f0;box-shadow:0 1px #fffcf31a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:flex;min-height:78px;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;color:inherit;font-family:var(--display);font-size:1.58rem;font-weight:700;letter-spacing:-.045em;text-decoration:none}.brand svg{width:2.5rem;height:2.5rem;margin-right:.55rem;fill:currentColor}.brand .brand__marker{fill:var(--marker)}.brand .brand__baseline{opacity:.45}.brand--compact{font-size:1.4rem}.site-nav{display:flex;gap:2rem;align-items:center;font-size:.86rem;font-weight:650}.site-nav a{position:relative;color:#fffcf3c2;text-decoration:none;transition:color .18s ease}.site-nav>a:not(.site-nav__cta):after{position:absolute;right:100%;bottom:-.4rem;left:0;height:1px;content:"";background:var(--marker);transition:right .24s var(--ease-out)}.site-nav>a:not(.site-nav__cta):hover{color:var(--paper)}.site-nav>a:not(.site-nav__cta):hover:after{right:0}.site-nav__cta{display:inline-flex;gap:.55rem;align-items:center;padding:.68rem 1rem;border:1px solid rgb(255 252 243 / 26%);border-radius:999px;color:var(--paper)!important;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.site-nav__cta:hover{border-color:var(--marker);color:var(--marker-dark)!important;background:var(--marker)}.menu-button{display:none;width:44px;height:44px;border:1px solid rgb(255 252 243 / 22%);border-radius:50%;color:inherit;background:transparent;place-items:center}.hero{position:relative;min-height:780px;overflow:hidden;color:var(--paper);background:linear-gradient(115deg,transparent 63%,rgb(242 183 5 / 5%) 63%),var(--graphite)}.hero:before{position:absolute;top:0;bottom:0;left:max(24px,calc((100% - 1180px)/2));width:1px;content:"";background:#fffcf317}.hero__grid{display:grid;min-height:780px;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:clamp(2rem,7vw,7rem);align-items:center;padding-top:6.5rem;padding-bottom:4rem}.hero__copy{position:relative;z-index:2}.hero .eyebrow{color:#fffcf39e}.hero h1{max-width:790px;margin-bottom:1.65rem;font-size:clamp(4rem,7.2vw,7.05rem);line-height:.87}.hero h1 em{display:inline-block;position:relative;color:var(--marker);font-weight:inherit}.hero h1 em:after{position:absolute;right:0;bottom:-.17em;left:0;height:.16em;content:"";opacity:.75;background:repeating-linear-gradient(90deg,var(--marker) 0 1px,transparent 1px 12px)}.hero__intro{max-width:610px;margin-bottom:2rem;color:#fffcf3bd;font-size:clamp(1.08rem,1.6vw,1.32rem);line-height:1.58}.hero__actions{display:flex;gap:1.2rem;align-items:center}.button{display:inline-flex;min-height:52px;gap:.65rem;align-items:center;justify-content:center;padding:.8rem 1.25rem;border:0;border-radius:999px;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .18s var(--ease-out),background-color .18s ease,color .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--marker-dark);background:var(--marker)}.button--primary:hover{background:var(--paper)}.availability{display:inline-flex;gap:.6rem;align-items:center;color:#fffcf394;font-size:.82rem}.availability i{width:7px;height:7px;border-radius:50%;background:var(--marker);box-shadow:0 0 0 5px #f2b7051c}.measure-rule{position:absolute;right:0;bottom:0;left:0;display:flex;height:46px;align-items:flex-end;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2)) .55rem;border-top:1px solid rgb(255 252 243 / 13%);color:#fffcf361;font-size:.62rem;letter-spacing:.08em;background-image:repeating-linear-gradient(90deg,rgb(255 252 243 / 21%) 0 1px,transparent 1px 12px),repeating-linear-gradient(90deg,rgb(255 252 243 / 50%) 0 1px,transparent 1px 60px);background-position:left top;background-size:auto 11px,auto 19px;background-repeat:repeat-x}.phone-stage{position:relative;z-index:2;display:grid;min-height:650px;place-items:center;animation:stage-in 1s .24s var(--ease-out) both}.phone-stage:before{position:absolute;width:min(42vw,470px);aspect-ratio:1;border:1px solid rgb(255 252 243 / 10%);border-radius:50%;content:"";box-shadow:0 0 0 70px #fffcf306,0 0 0 140px #fffcf304}.phone{position:relative;z-index:2;width:310px;height:630px;overflow:hidden;border:7px solid #11130f;border-radius:44px;color:var(--paper);background:var(--graphite-deep);box-shadow:0 42px 90px #090d084f,0 10px 25px #090d082e;transform:rotate(2.2deg);transition:transform .5s var(--ease-out)}.phone:hover{transform:rotate(0) translateY(-6px)}.phone__speaker{position:absolute;z-index:5;top:10px;left:50%;width:80px;height:22px;border-radius:99px;background:#11130f;transform:translate(-50%)}.phone__status{position:relative;z-index:4;display:flex;height:42px;align-items:center;justify-content:space-between;padding:8px 19px 0;font-size:.66rem;font-weight:700}.phone__status-right{display:flex;gap:3px;align-items:end}.phone__status-right i{display:block;width:3px;border-radius:2px;background:currentColor}.phone__status-right i:nth-child(1){height:5px}.phone__status-right i:nth-child(2){height:8px}.phone__status-right i:nth-child(3){width:13px;height:7px;margin-left:3px}.phone__screen{position:absolute;top:42px;right:0;bottom:0;left:0;animation:screen-swap .36s var(--ease-out) both}.phone__topline{display:grid;min-height:45px;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:15px;font-size:.72rem}.phone__topline button{width:fit-content;padding:0;border:0;color:inherit;background:transparent}.phone__topline button:last-child{justify-self:end;color:var(--marker);font-size:.7rem;font-weight:800}.local-pill{display:flex;width:fit-content;gap:.35rem;align-items:center;margin:10px auto 20px;padding:.38rem .58rem;border-radius:999px;color:#fffcf3bf;background:#454a43;font-size:.56rem}.demo-timer{display:block;margin-bottom:4px;font-family:var(--body);font-size:2.65rem;font-weight:500;letter-spacing:-.07em;text-align:center}.waveform{display:flex;height:74px;gap:4px;align-items:center;justify-content:center}.waveform i{width:3px;height:var(--bar-height);border-radius:99px;background:#fffcf338;transform-origin:center}.waveform--active i{background:var(--marker);animation:waveform 1.25s var(--bar-delay) ease-in-out infinite alternate}.demo-caption{margin-bottom:18px;color:#fffcf3a3;font-size:.62rem;text-align:center}.transcript{margin:0 17px;padding:11px 12px;border:1px solid #61665e;border-radius:12px;background:#51564f}.transcript>span{display:block;margin-bottom:5px;color:#fffcf38f;font-size:.56rem}.transcript p{margin:0;font-size:.68rem;line-height:1.45}.capture-actions{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:18px 19px 0}.capture-actions>span{display:flex;flex-direction:column;gap:4px;align-items:center;color:#fffcf3a6;font-size:.55rem}.capture-actions button{display:grid;width:62px;height:62px;border:0;border-radius:50%;color:var(--marker-dark);background:var(--marker);cursor:pointer;place-items:center;transition:transform .18s var(--ease-out)}.capture-actions button:hover{transform:scale(1.05)}.phone-stage__note{position:absolute;z-index:3;display:flex;gap:.55rem;align-items:center;padding:.65rem .8rem;border:1px solid rgb(255 252 243 / 15%);border-radius:999px;color:#fffcf3bf;background:#1e211dd6;box-shadow:0 12px 28px #00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.phone-stage__note--top{top:11%;right:-2%}.phone-stage__note--bottom{bottom:12%;left:-6%}.demo-review,.demo-timeline{color:var(--graphite);background:var(--mineral)}.phone__topline--light{border-bottom:1px solid var(--line);background:var(--paper)}.phone__topline--light button:last-child{color:var(--graphite)}.flip-x{transform:scaleX(-1)}.review-origin{margin:13px 15px 10px}.review-origin span{display:flex;gap:.35rem;align-items:center;color:var(--sage);font-size:.61rem;font-weight:800}.review-origin p{margin:5px 0 0;overflow:hidden;color:var(--graphite-soft);font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.review-card{margin:8px 15px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.review-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:var(--sage)}.status{display:inline-flex;width:fit-content;padding:.25rem .45rem;border-radius:999px;font-size:.52rem;font-weight:800;text-transform:uppercase}.status--done{color:#31503d;background:var(--sage-soft)}.status--blocked{color:#742c20;background:var(--brick-soft)}.review-card>strong{display:block;margin-bottom:5px;font-family:var(--display);font-size:.88rem;line-height:1.12}.review-card>small{color:var(--graphite-soft);font-size:.55rem}.review-meta{display:flex;gap:.8rem;margin-top:9px;padding-top:8px;border-top:1px solid var(--line)}.review-meta span{display:flex;gap:.25rem;align-items:center;color:var(--graphite-soft);font-size:.54rem}.confirm-button{display:block;width:calc(100% - 30px);min-height:42px;margin:12px 15px 0;border:0;border-radius:12px;color:var(--paper);background:var(--graphite);font-size:.64rem;font-weight:800}.timeline-head{padding:15px 18px 13px;border-bottom:1px solid var(--line);background:var(--paper)}.timeline-head span,.timeline-head small{display:block;color:var(--graphite-soft);font-size:.54rem}.timeline-head strong{display:block;margin:3px 0;font-family:var(--display);font-size:1.15rem}.timeline-summary{padding:17px 18px}.timeline-summary span{display:flex;gap:.4rem;align-items:center;color:var(--sage);font-size:.58rem;font-weight:800;text-transform:uppercase}.timeline-summary span i{width:6px;height:6px;border-radius:50%;background:var(--sage)}.timeline-summary strong{display:block;margin-top:5px;font-family:var(--display);font-size:.95rem}.timeline-line{position:relative;margin:0 18px;padding-left:19px}.timeline-line:before{position:absolute;top:7px;bottom:12px;left:3px;width:1px;content:"";background:var(--line)}.timeline-line article{position:relative;margin-bottom:9px;padding:10px 11px;border:1px solid var(--line);border-radius:11px;background:var(--paper)}.timeline-line article:before{position:absolute;top:14px;left:-20px;width:8px;height:8px;border:2px solid var(--mineral);border-radius:50%;content:"";background:var(--sage)}.timeline-line small{display:block;margin-bottom:4px;color:var(--graphite-soft);font-size:.48rem}.timeline-line strong{display:block;margin-bottom:7px;font-family:var(--display);font-size:.75rem;line-height:1.15}.timeline-line__muted{opacity:.55}.phone-tabs{position:absolute;right:0;bottom:0;left:0;display:flex;height:44px;align-items:center;justify-content:space-around;border-top:1px solid var(--line);background:var(--paper);font-size:.48rem}.phone-tabs .active{color:var(--sage);font-weight:800}.reveal{animation:reveal-up .82s var(--ease-out) both}.reveal--delay-1{animation-delay:80ms}.reveal--delay-2{animation-delay:.16s}.reveal--delay-3{animation-delay:.24s}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.section-heading{display:grid;grid-template-columns:.7fr 1.35fr .8fr;gap:2rem;align-items:end;margin-bottom:4rem}.section-heading .eyebrow{align-self:start;margin-top:.65rem}.section-heading h2,.principles__intro h2,.privacy__copy h2,.faq__intro h2,.launch h2{margin-bottom:0;font-size:clamp(3rem,5.6vw,5.4rem);line-height:.95}.section-heading>p:last-child,.principles__intro>p:last-child{margin:0;color:var(--graphite-soft);font-size:1rem;line-height:1.7}.process{background:linear-gradient(90deg,transparent 49.96%,rgb(38 42 37 / 5%) 50%,transparent 50.04%),var(--mineral)}.process__layout{display:grid;grid-template-columns:minmax(0,.93fr) minmax(380px,.78fr);gap:clamp(3rem,9vw,8rem);align-items:center}.process__steps{border-top:1px solid var(--line)}.process-step{display:grid;width:100%;grid-template-columns:52px 1fr auto;gap:1rem;align-items:start;padding:1.45rem 0;border:0;border-bottom:1px solid var(--line);color:inherit;background:transparent;cursor:pointer;text-align:left}.process-step__index{color:var(--graphite-soft);font-size:.72rem;font-weight:800;letter-spacing:.1em}.process-step__content{display:flex;flex-direction:column}.process-step__content small{overflow:hidden;max-height:0;color:var(--sage);font-size:.67rem;font-weight:800;letter-spacing:.08em;opacity:0;text-transform:uppercase;transition:max-height .38s var(--ease-standard),opacity .28s ease,margin .38s var(--ease-standard)}.process-step__content strong{font-family:var(--display);font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.1;transition:color .18s ease}.process-step__content>span{display:grid;overflow:hidden;max-height:0;margin-top:0;color:var(--graphite-soft);font-size:.9rem;line-height:1.65;opacity:0;transition:max-height .48s var(--ease-standard),opacity .35s ease,margin .48s var(--ease-standard)}.process-step__arrow{color:var(--graphite-soft);transition:color .18s ease,transform .32s var(--ease-out)}.process-step--active .process-step__content small{max-height:2rem;margin-bottom:.45rem;opacity:1}.process-step--active .process-step__content strong{color:var(--sage)}.process-step--active .process-step__content>span{max-height:9rem;margin-top:.75rem;opacity:1}.process-step--active .process-step__arrow{color:var(--sage);transform:rotate(90deg)}.fact-sheet{position:relative;padding:13px;background:#dfdbce;box-shadow:18px 22px #262a2517;transform:rotate(1.4deg)}.fact-sheet:before{position:absolute;z-index:2;top:-13px;left:50%;width:95px;height:26px;content:"";opacity:.82;background:#f2b705b3;transform:translate(-50%) rotate(-2deg)}.fact-sheet__header{display:flex;justify-content:space-between;padding:.3rem .2rem .75rem;color:var(--graphite-soft);font-size:.57rem;font-weight:800;letter-spacing:.08em}.fact-sheet__body{min-height:465px;padding:clamp(1.5rem,4vw,2.4rem);background:linear-gradient(rgb(38 42 37 / 5%) 1px,transparent 1px),linear-gradient(90deg,rgb(38 42 37 / 5%) 1px,transparent 1px),var(--paper);background-size:22px 22px}.fact-sheet__stamp{display:inline-block;padding:.38rem .55rem;border:2px solid var(--brick);color:var(--brick);font-size:.65rem;font-weight:900;letter-spacing:.16em;transform:rotate(-3deg)}.fact-sheet__quote{min-height:5.2rem;margin:1.4rem 0 1rem;font-family:var(--display);font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.12}.fact-sheet__drawing{margin:.5rem 0 1rem}.fact-sheet__drawing svg{width:100%;height:170px;fill:none;stroke:var(--graphite);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fact-sheet__footer{display:flex;flex-wrap:wrap;gap:.8rem;padding-top:.85rem;border-top:1px solid var(--line)}.fact-sheet__footer span{display:inline-flex;gap:.28rem;align-items:center;color:var(--graphite-soft);font-size:.63rem;font-weight:800}.principles{border-top:1px solid var(--line);background:var(--paper)}.principles__intro{display:grid;grid-template-columns:1fr 1.3fr .7fr;gap:2rem;align-items:end;margin-bottom:4.5rem}.principles__intro .eyebrow{align-self:start;margin-top:.65rem}.principles__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1px;background:var(--line)}.principle{position:relative;display:flex;min-height:410px;flex-direction:column;justify-content:space-between;padding:clamp(1.7rem,4vw,3rem);overflow:hidden;background:var(--mineral)}.principle--wide{grid-row:span 2;min-height:821px;color:var(--paper);background:var(--sage)}.principle__number{color:currentColor;font-size:.68rem;font-weight:800;letter-spacing:.16em;opacity:.58}.principle small{display:block;margin-bottom:.65rem;font-size:.68rem;font-weight:800;letter-spacing:.12em;opacity:.62;text-transform:uppercase}.principle h3{max-width:12ch;margin-bottom:.8rem;font-family:var(--display);font-size:clamp(2rem,3.3vw,3.45rem);font-weight:600;letter-spacing:-.045em;line-height:.98}.principle p{max-width:43ch;margin:0;color:currentColor;line-height:1.65;opacity:.73}.offline-signal{display:flex;height:240px;gap:14px;align-items:end;justify-content:center;color:var(--marker)}.offline-signal i{width:clamp(30px,6vw,60px);border:1px solid rgb(255 252 243 / 28%);border-bottom:0;background:#fffcf30a}.offline-signal i:nth-child(1){height:24%}.offline-signal i:nth-child(2){height:42%}.offline-signal i:nth-child(3){height:67%}.offline-signal i:nth-child(4){height:94%;opacity:.3}.offline-signal svg{align-self:center;margin-left:-3.5rem}.evidence-stack{display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center}.evidence-stack span{width:76%;padding:.75rem 1rem;border:1px solid var(--graphite);color:var(--graphite-soft);background:var(--paper);font-size:.56rem;font-weight:900;letter-spacing:.12em;text-align:center;transform:rotate(-2deg)}.evidence-stack span:nth-child(2){width:84%;margin-top:-3px;transform:rotate(1.5deg)}.evidence-stack span:nth-child(3){width:70%;margin-top:-3px;color:var(--paper);background:var(--graphite);transform:rotate(-.5deg)}.people-map{display:grid;min-height:130px;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;color:var(--sage)}.people-map span{display:grid;width:66px;aspect-ratio:1;padding:.3rem;border:1px solid var(--sage);border-radius:50%;background:var(--sage-soft);font-size:.48rem;font-weight:800;place-items:center;text-align:center}.people-map i{height:1px;background:var(--sage)}.privacy{position:relative;overflow:hidden;color:var(--paper);background:var(--graphite)}.privacy__rule{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:linear-gradient(90deg,transparent 49.94%,var(--paper) 50%,transparent 50.06%),repeating-linear-gradient(0deg,transparent 0 39px,var(--paper) 40px)}.privacy__grid{position:relative;display:grid;grid-template-columns:1fr .85fr;gap:clamp(3rem,8vw,7rem);align-items:center}.privacy__visual{position:relative;display:grid;min-height:520px;place-items:center}.privacy__orb{position:relative;display:grid;width:min(390px,75vw);aspect-ratio:1;border:1px solid rgb(255 252 243 / 22%);border-radius:50%;background:radial-gradient(circle at center,rgb(242 183 5 / 17%),transparent 55%),#fffcf305;box-shadow:0 0 0 36px #fffcf306,0 0 0 72px #fffcf304;place-items:center}.privacy__orb>svg{position:absolute;top:37%;color:var(--marker)}.privacy__orb .waveform{position:absolute;right:3rem;bottom:4.5rem;left:3rem}.privacy__orbit{position:absolute;padding:.55rem .75rem;border:1px solid rgb(255 252 243 / 17%);border-radius:999px;color:#fffcf39e;background:var(--graphite-deep);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.privacy__orbit--one{top:21%;left:4%}.privacy__orbit--two{right:1%;bottom:19%}.privacy__copy .eyebrow{color:#fffcf394}.privacy__copy h2{margin-bottom:1.6rem;color:var(--marker)}.privacy__copy>p:not(.eyebrow){margin-bottom:1.6rem;color:#fffcf3b0;font-size:1.05rem;line-height:1.7}.privacy__copy ul{display:grid;gap:.8rem;margin:0 0 2rem;padding:0;list-style:none}.privacy__copy li{display:flex;gap:.7rem;align-items:center;color:#fffcf3d1;font-size:.9rem}.privacy__copy li svg{flex:none;color:var(--marker)}.text-link{display:inline-flex;gap:.7rem;align-items:center;padding-bottom:.3rem;border-bottom:1px solid currentColor;font-size:.85rem;font-weight:800;text-decoration:none}.text-link--light{color:var(--paper)}.faq{background:var(--mineral)}.faq__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,10vw,10rem);align-items:start}.faq__intro{position:sticky;top:8rem}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item h3{margin:0}.faq-item h3 button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.45rem 0;border:0;color:var(--graphite);background:transparent;cursor:pointer;font-family:var(--display);font-size:clamp(1.25rem,2.2vw,1.72rem);font-weight:600;letter-spacing:-.025em;text-align:left}.faq-item h3 button span{padding-right:1rem}.faq-item h3 button svg{flex:none;color:var(--graphite-soft);transition:transform .32s var(--ease-out)}.faq-item__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--ease-standard)}.faq-item__answer>div{overflow:hidden}.faq-item__answer p{max-width:58ch;margin-bottom:0;padding:0 3rem 0 0;color:var(--graphite-soft);line-height:1.7;opacity:0;transition:opacity .22s ease,padding .4s var(--ease-standard)}.faq-item--open .faq-item__answer{grid-template-rows:1fr}.faq-item--open .faq-item__answer p{padding-bottom:1.7rem;opacity:1}.faq-item--open h3 button svg{transform:rotate(180deg)}.launch{position:relative;overflow:hidden;color:var(--graphite);background:var(--marker)}.launch:after{position:absolute;top:-44%;right:-5%;width:510px;aspect-ratio:1;border:1px solid rgb(90 67 0 / 22%);border-radius:50%;content:"";box-shadow:0 0 0 70px #5a43000f,0 0 0 140px #5a43000a}.launch__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.3fr .55fr;gap:clamp(3rem,9vw,9rem);align-items:end}.launch .eyebrow{color:var(--marker-dark)}.launch .eyebrow:before{background:var(--graphite)}.launch__aside p{margin-bottom:1.5rem;color:#262a25c2;line-height:1.7}.button--disabled{color:var(--paper);background:var(--graphite);cursor:default}.button--disabled:hover{transform:none}.footer{padding:3rem 0 1.5rem;color:var(--paper);background:var(--graphite-deep)}.footer__top{display:grid;grid-template-columns:auto 1fr auto;gap:2.5rem;align-items:center;padding-bottom:2.5rem}.footer__top>p{margin:0;color:#fffcf370;font-family:var(--display);font-size:1.08rem}.footer nav{display:flex;gap:1.5rem;font-size:.77rem}.footer nav a{color:#fffcf3a3;text-underline-offset:4px}.footer__bottom{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;padding-top:1.25rem;border-top:1px solid rgb(255 252 243 / 10%);color:#fffcf359;font-size:.65rem}@keyframes reveal-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes stage-in{0%{opacity:0;transform:translateY(40px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes screen-swap{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes waveform{0%{transform:scaleY(.45)}to{transform:scaleY(1)}}}@layer responsive{@media(max-width:980px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(310px,.65fr);gap:1rem}.hero h1{font-size:clamp(3.8rem,8.7vw,6rem)}.phone{width:286px;height:590px}.phone-stage__note{display:none}.process__layout{gap:3rem}.principles__intro{grid-template-columns:.65fr 1.35fr}.principles__intro>p:last-child{grid-column:2}.principle--wide{min-height:761px}.principle{min-height:380px}.people-map span{width:56px;font-size:.43rem}}@media(max-width:760px){.shell{width:min(100% - 32px,620px)}.section{padding-block:5rem}.site-header{background:#262a25f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{min-height:68px}.menu-button{display:grid}.site-nav{position:absolute;top:68px;right:0;left:0;display:grid;max-height:0;gap:0;overflow:hidden;padding-inline:16px;background:#262a25fa;opacity:0;transform:translateY(-10px);transition:max-height .38s var(--ease-standard),opacity .22s ease,transform .38s var(--ease-out)}.site-nav--open{max-height:420px;padding-bottom:1rem;opacity:1;transform:translateY(0)}.site-nav a{padding:1rem .2rem;border-bottom:1px solid rgb(255 252 243 / 9%)}.site-nav__cta{width:fit-content;margin-top:.75rem;padding:.68rem 1rem!important;border-bottom:1px solid rgb(255 252 243 / 26%)!important}.hero{min-height:auto}.hero:before{left:16px}.hero__grid{min-height:auto;grid-template-columns:1fr;padding-top:8.4rem;padding-bottom:7rem}.hero h1{font-size:clamp(3.7rem,16.4vw,6.2rem)}.hero__intro{font-size:1.05rem}.hero__actions{align-items:flex-start;flex-direction:column}.phone-stage{min-height:630px;margin-top:1rem}.phone-stage:before{width:min(90vw,440px)}.phone{width:300px;height:610px}.section-heading,.principles__intro{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}.section-heading .eyebrow,.principles__intro .eyebrow{margin-top:0}.section-heading>p:last-child,.principles__intro>p:last-child{grid-column:auto}.section-heading h2,.principles__intro h2,.privacy__copy h2,.faq__intro h2,.launch h2{font-size:clamp(2.9rem,13vw,4.4rem)}.process{background:var(--mineral)}.process__layout{grid-template-columns:1fr}.process__visual{padding-inline:.25rem 1rem}.fact-sheet__body{min-height:430px}.principles__grid{grid-template-columns:1fr}.principle--wide{min-height:650px;grid-row:auto}.principle{min-height:410px}.privacy__grid{grid-template-columns:1fr}.privacy__visual{min-height:430px;order:2}.privacy__orb{width:min(320px,76vw)}.faq__grid{grid-template-columns:1fr;gap:3rem}.faq__intro{position:static}.launch__inner{grid-template-columns:1fr;align-items:start}.launch__aside{max-width:460px}.footer__top{grid-template-columns:1fr;gap:1.5rem;align-items:start}.footer nav{flex-wrap:wrap}.footer__bottom{align-items:flex-start;flex-direction:column}}@media(max-width:420px){.hero h1{font-size:3.65rem}.phone-stage{margin-inline:-10px}.phone{width:286px;height:590px}.process-step{grid-template-columns:36px 1fr auto;gap:.6rem}.fact-sheet__body{padding:1.25rem}.people-map{grid-template-columns:auto .7fr auto .7fr auto}.people-map span{width:51px}.privacy__visual{min-height:370px}.privacy__orbit--one{left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}
