@layer reset,tokens,base,components,responsive;@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}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: "Fraunces", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--body: "Archivo", 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:calc(5rem + env(safe-area-inset-top))}body{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:.012;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;overflow-wrap:break-word}h1,h2{font-family:var(--display);font-optical-sizing:auto;font-weight:600;letter-spacing:-.05em;text-wrap:balance}p,li{text-wrap:pretty}#main-content:focus{outline:0}.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{.skip-link{position:fixed;z-index:100;top:calc(.75rem + env(safe-area-inset-top));left:.75rem;padding:.72rem 1rem;border-radius:999px;color:var(--graphite);background:var(--marker);font-size:.85rem;font-weight:800;text-decoration:none;box-shadow:0 8px 24px #0003;transform:translateY(calc(-100% - 2rem - env(safe-area-inset-top)));transition:transform .18s var(--ease-out)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;z-index:50;top:0;right:0;left:0;padding-top:env(safe-area-inset-top);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}.brand svg rect:not(.brand__baseline){transform-box:fill-box;transform-origin:bottom;animation:brand-wave 2.6s ease-in-out infinite alternate}.brand svg rect:nth-of-type(1){animation-delay:-.9s}.brand svg rect:nth-of-type(2){animation-delay:-1.7s}.brand svg rect:nth-of-type(3){animation-delay:-.4s}.brand svg rect:nth-of-type(4){animation-delay:-2.1s}.brand svg rect:nth-of-type(5){animation-delay:-1.2s}.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;white-space:nowrap;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;cursor:pointer;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__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:#fffcf3b8}.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);transform:scaleX(0);transform-origin:left bottom;animation:ticks-in .6s var(--ease-out) .48s both}.hero__intro{max-width:610px;margin-bottom:2rem;color:#fffcf3d1;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:#fffcf3b3;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{display:grid;width:fit-content;min-width:44px;min-height:44px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;place-items:center}.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:#fffcf3d6;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, 35%);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}.waveform i:nth-child(1){--bar-height: 16%;--bar-delay: 0ms}.waveform i:nth-child(2){--bar-height: 29%;--bar-delay: -74ms}.waveform i:nth-child(3){--bar-height: 21%;--bar-delay: -148ms}.waveform i:nth-child(4){--bar-height: 45%;--bar-delay: -222ms}.waveform i:nth-child(5){--bar-height: 32%;--bar-delay: -296ms}.waveform i:nth-child(6){--bar-height: 56%;--bar-delay: -.37s}.waveform i:nth-child(7){--bar-height: 38%;--bar-delay: -444ms}.waveform i:nth-child(8){--bar-height: 64%;--bar-delay: -518ms}.waveform i:nth-child(9){--bar-height: 43%;--bar-delay: -592ms}.waveform i:nth-child(10){--bar-height: 72%;--bar-delay: -666ms}.waveform i:nth-child(11){--bar-height: 51%;--bar-delay: -.74s}.waveform i:nth-child(12){--bar-height: 67%;--bar-delay: -814ms}.waveform i:nth-child(13){--bar-height: 41%;--bar-delay: -888ms}.waveform i:nth-child(14){--bar-height: 58%;--bar-delay: -962ms}.waveform i:nth-child(15){--bar-height: 33%;--bar-delay: -1036ms}.waveform i:nth-child(16){--bar-height: 48%;--bar-delay: -1.11s}.waveform i:nth-child(17){--bar-height: 28%;--bar-delay: -1184ms}.waveform i:nth-child(18){--bar-height: 36%;--bar-delay: -1258ms}.waveform i:nth-child(19){--bar-height: 20%;--bar-delay: -1332ms}.demo-caption{margin-bottom:18px;color:#fffcf3c2;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:#fffcf3c2;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);transition:transform .18s var(--ease-out),border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.review-card:hover{border-color:var(--graphite-soft);box-shadow:0 6px 14px #262a251a;transform:translateY(-2px)}.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:44px;margin:12px 15px 0;border:0;border-radius:12px;color:var(--paper);background:var(--graphite);cursor:pointer;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);transition-delay:var(--reveal-delay, 0ms)}[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 / 3%) 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__content{min-width:0}.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__eyebrow,.process-step__description{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .44s var(--ease-standard),opacity .28s ease,margin .44s var(--ease-standard)}.process-step__eyebrow small,.process-step__description>span{min-height:0;overflow:hidden}.process-step__eyebrow small{color:var(--sage);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.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__description{color:var(--graphite-soft);font-size:.9rem;line-height:1.65}.process-step__arrow{color:var(--graphite-soft);transition:color .18s ease,transform .32s var(--ease-out)}.process-step--active .process-step__eyebrow{grid-template-rows:1fr;margin-bottom:.45rem;opacity:1}.process-step--active .process-step__content strong{color:var(--sage)}.process-step--active .process-step__description{grid-template-rows:1fr;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:12px 16px #262a2514;transform:rotate(1deg);transition:transform .5s var(--ease-out)}.fact-sheet:hover{transform:rotate(0)}.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-draw{animation:fact-draw-in .48s var(--ease-out)}.fact-draw__ring{opacity:.28}.fact-draw__bar{stroke:var(--graphite);stroke-width:5px;transform-box:fill-box;transform-origin:center;animation:fact-bar 1.2s var(--bar-delay, 0ms) ease-in-out infinite alternate}.fact-draw__bar--mark{stroke:var(--marker)}.fact-draw__card{fill:#fffcf3b8}.fact-draw__core{fill:var(--marker);stroke:none}.fact-draw__mark{fill:#f2b70561;stroke:none}.fact-draw__check{stroke:var(--sage);stroke-width:2.5px}.fact-draw__alert{fill:none;stroke:var(--brick)}.fact-draw__alert-fill,.fact-draw__alert-dot{fill:var(--brick);stroke:none}.fact-draw__label{fill:var(--graphite);stroke:none;font-family:var(--display);font-size:15px;font-weight:600}.fact-draw__meta{fill:var(--graphite-soft);stroke:none;font-family:var(--body);font-size:10px;font-weight:800;letter-spacing:.08em}@keyframes fact-draw-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fact-bar{0%{transform:scaleY(.55)}to{transform:scaleY(1)}}.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);box-shadow:0 0 #262a2500;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out)}.principle:hover{z-index:1;box-shadow:0 14px 30px #262a2524;transform:translateY(-2px)}.principle--wide{--reveal-delay: .12s;grid-row:span 2;min-height:821px;color:var(--paper);background:var(--sage)}.principle--evidence{--reveal-delay: .24s}.principle--people{--reveal-delay: .36s}.principle__number{color:currentColor;font-size:.68rem;font-weight:800;letter-spacing:.16em;opacity:.72}.principle small{display:block;margin-bottom:.65rem;font-size:.68rem;font-weight:800;letter-spacing:.12em;opacity:.75;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:.84}.signal-scene{display:grid;min-height:240px;place-items:center}.signal-scene svg{width:min(250px,72%);height:auto;overflow:visible}.signal-scene__signal rect{fill:var(--paper);opacity:.4;transform-box:fill-box;transform-origin:bottom;animation:signal-death 7.6s var(--ease-standard) infinite}.signal-scene__signal rect:nth-child(1){animation-delay:.1s}.signal-scene__signal rect:nth-child(2){animation-delay:.38s}.signal-scene__signal rect:nth-child(3){animation-delay:.66s}.signal-scene__signal rect:nth-child(4){animation-delay:.94s}.signal-scene__mark rect,.signal-scene__baseline{fill:var(--paper);opacity:0;transform-box:fill-box;transform-origin:bottom;animation:mark-life 7.6s var(--ease-standard) infinite}.signal-scene__mark rect.marker{fill:var(--marker)}.signal-scene__mark rect:nth-child(1){animation-delay:2s}.signal-scene__mark rect:nth-child(2){animation-delay:2.14s}.signal-scene__mark rect:nth-child(3){animation-delay:2.28s}.signal-scene__mark rect:nth-child(4){animation-delay:2.42s}.signal-scene__mark rect:nth-child(5){animation-delay:2.56s}.signal-scene__baseline{animation-delay:2s}.evidence-thread{display:grid;place-items:center}.evidence-thread svg{width:100%;height:auto;overflow:visible}.evidence-thread__line{fill:none;stroke:var(--graphite);stroke-width:2px;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100}.evidence-thread__node rect{fill:var(--paper);stroke:var(--graphite);stroke-width:1.5px}.evidence-thread__node{opacity:0;transform:scale(.85);transform-box:fill-box;transform-origin:center}.evidence-thread__node--quote text{fill:var(--graphite);font-family:var(--display);font-size:14px;font-style:italic}.evidence-thread__node--person text{fill:var(--graphite);font-size:12px;font-weight:600}.evidence-thread__node--photo path,.evidence-thread__node--photo circle{fill:none;stroke:var(--graphite);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.evidence-thread__dot{fill:var(--marker);opacity:0;offset-path:path("M188 34 C 212 30, 222 58, 236 82 C 250 104, 268 116, 288 122 C 300 142, 278 160, 238 164")}.evidence-thread__check{fill:none;stroke:var(--sage);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100}.is-live .evidence-thread__line{animation:thread-draw 2.2s var(--ease-standard) forwards}.is-live .evidence-thread__node{animation:node-pop .55s var(--ease-out) forwards}.is-live .evidence-thread__node--photo{animation-delay:.9s}.is-live .evidence-thread__node--person{animation-delay:1.7s}.is-live .evidence-thread__dot{animation:dot-travel 2.2s var(--ease-standard) .1s forwards}.is-live .evidence-thread__check{animation:thread-draw .4s var(--ease-out) 2.05s forwards}.convergence{display:grid;place-items:center}.convergence svg{width:100%;height:auto;overflow:visible}.convergence__role{fill:var(--sage);font-size:10px;font-weight:800;letter-spacing:.14em}.convergence__line{fill:none;stroke:var(--sage);stroke-width:1.5px;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100}.convergence__record{opacity:0;transform:scale(.9);transform-box:fill-box;transform-origin:center}.convergence__card{fill:var(--paper);stroke:var(--line);stroke-width:1.5px}.convergence__dot{fill:var(--sage)}.convergence__title{fill:var(--graphite);font-family:var(--display);font-size:12.5px;letter-spacing:-.02em}.convergence__pill{fill:var(--sage-soft)}.convergence__status{fill:#31503d;font-size:8px;font-weight:800;letter-spacing:.08em}.is-live .convergence__line{animation:thread-draw 1.7s var(--ease-standard) .15s forwards}.is-live .convergence__record{animation:node-pop .5s var(--ease-out) 1.5s forwards}.voice-ticker{overflow:hidden;padding-block:1.05rem;border-block:1px solid rgb(255 252 243 / 12%);color:var(--paper);background:var(--graphite)}.voice-ticker__track{display:flex;width:max-content;animation:ticker 30s linear infinite}.voice-ticker:hover .voice-ticker__track{animation-play-state:paused}.voice-ticker__group{display:flex;flex:none;align-items:center}.voice-ticker__item{display:flex;gap:2.4rem;align-items:center;padding-right:2.4rem;white-space:nowrap}.voice-ticker__item em{color:#fffcf3c7;font-family:var(--display);font-size:1.02rem;font-style:italic;letter-spacing:-.01em}.voice-ticker__item svg{width:1.05rem;height:1.05rem;fill:#fffcf373}.voice-ticker__item .voice-ticker__mark{fill:var(--marker)}.privacy{position:relative;overflow:hidden;color:var(--paper);background:var(--graphite)}.privacy__rule{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;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 / 24%);border-radius:999px;color:#fffcf3c7;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{--reveal-delay: .14s}.privacy__copy .eyebrow{color:#fffcf3b8}.privacy__copy h2{margin-bottom:1.6rem;color:var(--marker)}.privacy__copy>p:not(.eyebrow){margin-bottom:1.6rem;color:#fffcf3cc;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:nth-child(1){--reveal-delay: .12s}.faq-item:nth-child(2){--reveal-delay: .21s}.faq-item:nth-child(3){--reveal-delay: .3s}.faq-item:nth-child(4){--reveal-delay: .39s}.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:#fffcf3a8;font-family:var(--display);font-size:1.08rem}.footer nav{display:flex;gap:1.5rem;font-size:.77rem}.footer nav a{color:#fffcf3c7;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 / 14%);color:#fffcf39e;font-size:.68rem;line-height:1.6}@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)}}@keyframes signal-death{0%,3%{opacity:.4;transform:scaleY(1)}9%,76%{opacity:0;transform:scaleY(.02)}86%,to{opacity:.4;transform:scaleY(1)}}@keyframes mark-life{0%{opacity:0;transform:scaleY(0)}6%{opacity:1;transform:scaleY(1.07)}10%{transform:scaleY(1)}17%{transform:scaleY(.93)}24%{transform:scaleY(1.06)}31%{transform:scaleY(.94)}38%{transform:scaleY(1.05)}45%,72%{opacity:1;transform:scaleY(1)}82%,to{opacity:0;transform:scaleY(.02)}}@keyframes thread-draw{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes node-pop{to{opacity:1;transform:scale(1)}}@keyframes dot-travel{0%{offset-distance:0%;opacity:0}6%{opacity:1}88%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes brand-wave{0%{transform:scaleY(.93)}to{transform:scaleY(1.07)}}@keyframes ticker{to{transform:translate(-50%)}}@keyframes ticks-in{0%{transform:scaleX(0)}to{transform:scaleX(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}}@media(max-width:820px){.shell{width:min(100% - 32px,720px)}.section{padding-block:4.75rem}body:before{display:none}.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:calc(68px + env(safe-area-inset-top));right:0;left:0;display:grid;max-height:0;gap:0;overflow:hidden;padding-inline:16px;border-bottom:1px solid transparent;background:#262a25fa;opacity:0;pointer-events:none;transform:translateY(-10px);visibility:hidden;transition:max-height .38s var(--ease-standard),opacity .22s ease,transform .38s var(--ease-out),visibility 0s linear .38s}.site-nav--open{max-height:min(420px,calc(100dvh - 68px - env(safe-area-inset-top)));overflow-y:auto;padding-bottom:1rem;border-color:#fffcf31f;box-shadow:0 18px 34px #00000038;opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible;transition-delay:0s}.site-nav a{display:flex;min-height:48px;align-items:center;padding:.75rem .2rem;border-bottom:1px solid rgb(255 252 243 / 12%);white-space:normal}.site-nav__cta{width:100%;justify-content:center;margin-top:.75rem;padding:.72rem 1rem!important;border-bottom:1px solid rgb(255 252 243 / 26%)!important}.hero{min-height:auto}.hero__grid{min-height:auto;grid-template-columns:1fr;padding-top:calc(8rem + env(safe-area-inset-top));padding-bottom:6.5rem}.hero h1{font-size:clamp(3rem,12vw,5.2rem);line-height:.91}.hero__intro{max-width:56ch;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.55rem,10.5vw,4.2rem);line-height:.98}.process{background:var(--mineral)}.process__layout{grid-template-columns:1fr}.process__visual{padding-inline:0}.process-step{min-height:56px}.fact-sheet__body{min-height:430px}.fact-sheet{box-shadow:7px 9px #262a2514;transform:none}.principles__grid{grid-template-columns:1fr}.principle--wide{min-height:540px;grid-row:auto}.principle{min-height:350px;gap:2rem}.principle h3{max-width:15ch}.privacy__grid{grid-template-columns:1fr}.privacy__visual{min-height:390px;order:2}.privacy__orb{width:min(320px,76vw)}.faq__grid{grid-template-columns:1fr;gap:3rem}.faq__intro{position:static}.faq-item__answer p{padding-right:0}.launch__inner{grid-template-columns:1fr;align-items:start}.launch:after{opacity:.55}.launch__aside{max-width:460px}.footer__top{grid-template-columns:1fr;gap:1.5rem;align-items:start}.footer nav{flex-wrap:wrap}.footer nav a{display:inline-flex;min-height:44px;align-items:center}.footer__bottom{align-items:flex-start;flex-direction:column}}@media(max-width:420px){.section{padding-block:4rem}.hero h1{font-size:clamp(2.95rem,12vw,3.35rem)}.phone-stage{min-height:600px;margin-inline:-4px}.phone{width:min(286px,calc(100vw - 24px));height:590px}.process-step{grid-template-columns:36px 1fr auto;gap:.6rem}.process-step__content strong{font-size:1.3rem}.fact-sheet__body{padding:1.25rem}.fact-sheet__quote{font-size:1.3rem}.principle{min-height:320px;padding:1.5rem}.principle--wide{min-height:470px}.signal-scene{min-height:190px}.privacy__visual{min-height:340px}.privacy__orb{width:min(270px,72vw)}.privacy__orb .waveform{right:2rem;bottom:3.5rem;left:2rem}.privacy__orbit{padding:.45rem .6rem;font-size:.58rem}.privacy__orbit--one{top:17%;left:0}.privacy__orbit--two{right:0;bottom:15%}.measure-rule span:nth-child(2n){display:none}.launch h2 br{display:none}}@media(max-width:360px){.shell{width:calc(100% - 24px)}.hero__grid{padding-top:calc(7.4rem + env(safe-area-inset-top))}.section-heading h2,.principles__intro h2,.privacy__copy h2,.faq__intro h2,.launch h2{font-size:clamp(2.3rem,12vw,2.7rem)}.process-step{grid-template-columns:28px minmax(0,1fr) auto}.process-step__index{font-size:.66rem}.fact-sheet__header{font-size:.52rem}.fact-sheet__footer{gap:.55rem}.footer nav{gap:.6rem 1.1rem}}@media(max-width:300px){.phone-stage{display:none}}@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}}}
