:root{color-scheme:light dark;--abyss:#0c0f11;--abyss-raised:#15191c;--limestone:#f2f0e9;--limestone-deep:#e5e1d8;--bronze:#a87542;--bronze-dark:#76502d;--ink:#1f2022;--muted:#62666a;--line:#cbc7bd;--page:var(--limestone);--surface:#faf8f2;--text:var(--ink);--quiet:var(--muted);--rule:var(--line);--header-bg:#f2f0e9e6;--page-pad:clamp(1.25rem, 5vw, 5.75rem);--font:"Segoe UI Variable", "Segoe UI", system-ui, sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--page:var(--abyss);--surface:var(--abyss-raised);--text:#eceae4;--quiet:#aeb4b7;--rule:#343a3d;--header-bg:#0c0f11e6}}:root[data-theme=dark]{--page:var(--abyss);--surface:var(--abyss-raised);--text:#eceae4;--quiet:#aeb4b7;--rule:#343a3d;--header-bg:#0c0f11e6}:root[data-theme=light]{--page:var(--limestone);--surface:#faf8f2;--text:var(--ink);--quiet:var(--muted);--rule:var(--line);--header-bg:#f2f0e9e6}*{box-sizing:border-box}html{background:var(--page);min-width:320px;color:var(--text);scroll-behavior:smooth;overflow-x:clip}body{background:var(--page);color:var(--text);font-family:var(--font);margin:0;font-size:1rem;line-height:1.5;overflow-x:clip}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{max-width:100%;display:block}::selection{background:var(--bronze);color:#fff}.skip-link{z-index:100;background:var(--text);color:var(--page);padding:.75rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;min-height:5rem;padding:0 var(--page-pad);border-bottom:1px solid var(--rule);background:var(--header-bg);backdrop-filter:blur(14px);grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:relative}.identity{letter-spacing:.14em;justify-self:start;align-items:center;gap:.75rem;font-size:.78rem;font-weight:650;display:inline-flex}.identity img{width:2rem;height:2rem}.site-header nav{align-items:center;gap:clamp(1.3rem,3vw,3.2rem);font-size:.76rem;display:flex}.site-header nav a{color:var(--quiet);padding:1.85rem 0;position:relative}.site-header nav a:hover,.site-header nav a:focus-visible,.site-header nav a.active{color:var(--text)}.site-header nav a.active:after{content:"";background:var(--bronze);height:2px;position:absolute;bottom:-1px;left:0;right:0}.theme-toggle{cursor:pointer;text-transform:capitalize;background:0 0;border:0;justify-self:end;align-items:center;gap:.55rem;font-size:.72rem;display:inline-flex}.theme-icon{border:1px solid var(--text);background:var(--bronze);border-radius:50%;width:.85rem;height:.85rem}.eyebrow,.section-label{color:var(--bronze);letter-spacing:.15em;margin:0 0 1.5rem;font-size:.7rem;font-weight:650}.button{justify-content:center;align-items:center;min-height:3.25rem;padding:.85rem 1.25rem;font-size:.84rem;font-weight:630;display:inline-flex}.button.primary{background:var(--bronze);color:#fff}.button.primary:hover,.button.primary:focus-visible{background:var(--bronze-dark)}.button.inverse{background:var(--limestone);color:var(--abyss)}.text-link{border-bottom:1px solid;align-items:center;gap:.7rem;padding-bottom:.22rem;font-size:.83rem;font-weight:600;display:inline-flex}.actions{align-items:center;gap:1.5rem;margin-top:2.4rem;display:flex}.home-hero{min-height:calc(100svh - 5rem);padding:clamp(4rem, 7vw, 6.5rem) var(--page-pad);border-bottom:1px solid var(--rule);grid-template-columns:.78fr 1.22fr;display:grid}.hero-copy{z-index:3;align-self:center;min-width:0;padding-right:clamp(1rem,5vw,5rem);position:relative}.hero-copy h1{letter-spacing:-.066em;max-width:10ch;margin:0;font-size:clamp(3.6rem,6vw,7rem);font-weight:470;line-height:.91}.hero-copy>p:not(.eyebrow){max-width:32rem;color:var(--quiet);margin:2rem 0 0;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.6}.hero-product{align-self:center;min-width:0;min-height:min(60vw,47rem);position:relative}.hero-field{background:var(--bronze);clip-path:polygon(16% 0,100% 0,100% 82%,82% 100%,0 92%,0 19%);position:absolute;inset:4% -12% 5% 10%}.hero-app{z-index:1;border:1px solid #d1cec5;width:92%;position:absolute;top:12%;right:-3%}.hero-companion{z-index:2;border:1px solid #3c4245;width:min(30%,19rem);position:absolute;bottom:0;right:1%}.hero-caption{z-index:3;color:#fff;letter-spacing:.12em;text-transform:uppercase;transform-origin:0 100%;font-size:.67rem;position:absolute;bottom:1.5rem;left:2%;transform:rotate(-90deg)}.product-intro{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);grid-template-columns:.35fr 1.15fr .5fr;gap:5vw;display:grid}.product-intro h2{letter-spacing:-.06em;max-width:13ch;margin:0;font-size:clamp(3rem,6vw,7rem);font-weight:440;line-height:.95}.product-intro>p:last-child{color:var(--quiet);align-self:end;margin:0 0 .7rem;font-size:1.08rem;line-height:1.7}.feature-index{border-top:1px solid var(--rule);grid-template-columns:repeat(2,1fr);display:grid}.feature-index article{min-height:30rem;padding:clamp(3rem, 6vw, 6rem) var(--page-pad);border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}.feature-index article:nth-child(2n){border-right:0}.feature-index span,.data-map span{color:var(--bronze);letter-spacing:.13em;margin-bottom:clamp(5rem,8vw,9rem);font-size:.7rem;display:block}.feature-index h2,.data-map h2{letter-spacing:-.055em;margin:0 0 1.25rem;font-size:clamp(2.4rem,4.5vw,5.3rem);font-weight:450}.feature-index p,.data-map p{max-width:35rem;color:var(--quiet);margin:0;font-size:1.05rem;line-height:1.7}.product-stage{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);background:var(--abyss);color:#eceae4;grid-template-columns:.75fr 1.25fr;align-items:center;gap:7vw;display:grid}.stage-copy h2{letter-spacing:-.06em;max-width:9ch;margin:0;font-size:clamp(3rem,5.8vw,6.7rem);font-weight:450;line-height:.94}.stage-copy>p:last-child{color:#afb4b6;max-width:31rem;margin:2rem 0 0;font-size:1.07rem;line-height:1.7}.stage-image{padding:3rem 0 0 3rem;position:relative}.stage-image:before{content:"";background:var(--bronze);position:absolute;inset:0 7% 7% 0}.stage-image img{border:1px solid #3a3e40;position:relative}.local-section{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);grid-template-columns:.75fr 1.25fr;align-items:center;gap:10vw;display:grid}.local-section>img{width:min(100%,31rem)}.local-section h2{letter-spacing:-.065em;max-width:12ch;margin:0;font-size:clamp(3.2rem,6.5vw,7.5rem);font-weight:450;line-height:.93}.local-section p:not(.section-label){max-width:36rem;color:var(--quiet);margin:2rem 0;font-size:1.08rem;line-height:1.7}.project-section,.source-section{padding:clamp(7rem, 11vw, 12rem) var(--page-pad);border-top:1px solid var(--rule);grid-template-columns:1fr 1fr;gap:10vw;display:grid}.project-section h2,.source-section h2{letter-spacing:-.055em;max-width:11ch;margin:0;font-size:clamp(2.8rem,5vw,5.7rem);font-weight:450;line-height:.96}.project-section>div:last-child,.source-section>div:last-child{align-self:end}.project-section>div:last-child p,.source-section>div:last-child p{max-width:34rem;color:var(--quiet);margin:0 0 2rem;font-size:1.08rem;line-height:1.7}.download-band,.privacy-cta{padding:clamp(3rem, 6vw, 6rem) var(--page-pad);background:var(--bronze);color:#fff;justify-content:space-between;align-items:center;gap:3rem;display:flex}.download-band p,.privacy-cta p{letter-spacing:-.04em;max-width:24ch;margin:0;font-size:clamp(1.8rem,3.5vw,3.7rem);line-height:1.05}.page-hero{min-height:72svh;padding:clamp(7rem, 12vw, 12rem) var(--page-pad);border-bottom:1px solid var(--rule);flex-direction:column;justify-content:center;display:flex}.page-hero h1{letter-spacing:-.07em;max-width:11ch;margin:0;font-size:clamp(4rem,8.5vw,9.5rem);font-weight:450;line-height:.9}.page-hero>p:last-child{max-width:36rem;color:var(--quiet);margin:2.5rem 0 0 auto;font-size:clamp(1.08rem,1.6vw,1.35rem);line-height:1.65}.release-panel{padding:clamp(6rem, 10vw, 11rem) var(--page-pad);background:var(--surface);grid-template-columns:1fr 1fr;gap:8vw;display:grid}.release-primary h2{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,6vw,6.5rem);font-weight:450;line-height:.94}.release-primary>p:not(.section-label){max-width:30rem;color:var(--quiet);margin:2rem 0;font-size:1.08rem;line-height:1.7}.release-facts{margin:0}.release-facts div{border-top:1px solid var(--rule);grid-template-columns:11rem 1fr;gap:2rem;padding:1.5rem 0;display:grid}.release-facts div:last-child{border-bottom:1px solid var(--rule)}.release-facts dt{color:var(--quiet);font-size:.77rem}.release-facts dd{margin:0}.setup-section{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);grid-template-columns:.8fr 1.2fr;gap:9vw;display:grid}.setup-section>div h2{letter-spacing:-.06em;max-width:10ch;margin:0;font-size:clamp(3rem,5.5vw,6rem);font-weight:450;line-height:.95}.setup-section ol{margin:0;padding:0;list-style:none}.setup-section li{border-top:1px solid var(--rule);grid-template-columns:3.5rem 1fr;gap:1rem;padding:1.8rem 0;display:grid}.setup-section li:last-child{border-bottom:1px solid var(--rule)}.setup-section li>span{color:var(--bronze);letter-spacing:.12em;font-size:.7rem}.setup-section h3{margin:0 0 .5rem;font-size:1.35rem;font-weight:560}.setup-section li p{max-width:34rem;color:var(--quiet);margin:0;line-height:1.65}.storage-note{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);background:var(--bronze);color:#fff}.storage-note .section-label{color:#fff}.storage-note h2{letter-spacing:-.065em;max-width:13ch;margin:0;font-size:clamp(3.2rem,7vw,7.8rem);font-weight:450;line-height:.92}.storage-note>p:last-child{max-width:38rem;margin:3rem 0 0 auto;font-size:1.08rem;line-height:1.7}.data-map{grid-template-columns:repeat(2,1fr);display:grid}.data-map article{min-height:29rem;padding:clamp(3rem, 6vw, 6rem) var(--page-pad);border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}.data-map article:nth-child(2n){border-right:0}.data-map code{font-family:Cascadia Mono,Consolas,monospace;font-size:.9em}.network-section{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);background:var(--abyss);color:#eceae4;grid-template-columns:.8fr 1.2fr;gap:10vw;display:grid}.network-section h2{letter-spacing:-.06em;max-width:9ch;margin:0;font-size:clamp(3.2rem,6vw,6.7rem);font-weight:450;line-height:.94}.network-list>div{border-top:1px solid #343a3d;padding:1.7rem 0}.network-list>div:last-child{border-bottom:1px solid #343a3d}.network-list h3{margin:0 0 .7rem;font-size:1.35rem;font-weight:540}.network-list p{color:#aeb4b7;max-width:34rem;margin:0;line-height:1.65}.retention-section{padding:clamp(7rem, 12vw, 13rem) var(--page-pad);grid-template-columns:.55fr 1.45fr;align-items:center;gap:10vw;display:grid}.retention-section img{border:1px solid #343a3d;justify-self:center;width:min(100%,23rem)}.retention-section h2{letter-spacing:-.06em;max-width:13ch;margin:0;font-size:clamp(3.2rem,6vw,6.7rem);font-weight:450;line-height:.94}.retention-section p:not(.section-label){max-width:37rem;color:var(--quiet);margin:2rem 0;font-size:1.08rem;line-height:1.7}.site-footer{padding:5rem var(--page-pad) 2rem;border-top:1px solid var(--rule);background:var(--surface)}.footer-identity{align-items:center;gap:1rem;display:flex}.footer-identity img{width:3rem;height:3rem}.footer-identity p{letter-spacing:-.03em;margin:0;font-size:1.7rem;font-weight:520}.footer-links{grid-template-columns:repeat(2,minmax(12rem,1fr));gap:5rem;width:min(44rem,100%);margin:5rem 0 5rem auto;display:grid}.footer-links>div{flex-direction:column;gap:.75rem;display:flex}.footer-links p{color:var(--quiet);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.7rem}.footer-links a{font-size:.95rem}.footer-links a:hover{color:var(--bronze)}.footer-base{border-top:1px solid var(--rule);color:var(--quiet);letter-spacing:.08em;justify-content:space-between;gap:2rem;padding-top:1.5rem;font-size:.68rem;display:flex}@media (width<=980px){.site-header{grid-template-columns:1fr auto;padding-top:1rem}.site-header nav{width:calc(100% + (2 * var(--page-pad)));margin-left:calc(var(--page-pad) * -1);border-top:1px solid var(--rule);grid-area:2/1/auto/-1;justify-content:space-around;padding:0 1rem}.site-header nav a{padding:.9rem .4rem}.theme-toggle{grid-column:2}.home-hero{grid-template-columns:minmax(0,1fr);gap:4rem}.hero-product{min-height:65vw}.product-intro{grid-template-columns:1fr}.product-intro h2{max-width:14ch}.product-intro>p:last-child{max-width:35rem}.product-stage,.local-section,.project-section,.source-section,.release-panel,.setup-section,.network-section,.retention-section{grid-template-columns:1fr}.local-section>img{width:min(65vw,28rem)}.retention-section img{width:min(65vw,22rem)}}@media (width<=680px){.site-header{width:100%;max-width:100vw;min-height:4.5rem;padding:1rem var(--page-pad) 0;flex-wrap:wrap;justify-content:space-between;display:flex}.site-header nav{width:100vw;min-width:0;max-width:100vw;margin:1rem calc(var(--page-pad) * -1) 0;flex-basis:100vw;order:3;gap:0;display:flex}.site-header nav a{text-align:center;flex:0 0 33.333%;display:block}.theme-label{display:none}.theme-toggle{top:1.65rem;right:var(--page-pad);display:inline-flex;position:absolute}.site-header nav a:last-child{display:none!important}.home-hero{min-height:auto;padding-top:5rem}.hero-copy h1{font-size:clamp(3.1rem,14vw,5rem)}.actions{flex-direction:column;align-items:flex-start}.hero-product{min-height:84vw}.hero-app{width:100%;top:6%}.hero-companion{width:31%}.hero-caption{display:none}.feature-index,.data-map{grid-template-columns:1fr}.feature-index article,.data-map article{border-right:0;min-height:24rem}.feature-index span,.data-map span{margin-bottom:4rem}.product-stage{gap:4rem}.stage-image{padding:1.2rem 0 0 1.2rem}.release-facts div{grid-template-columns:1fr;gap:.4rem}.download-band,.privacy-cta{flex-direction:column;align-items:flex-start}.footer-links{grid-template-columns:1fr;gap:2.5rem;margin-left:0}.footer-base{flex-direction:column}}@media (height<=700px) and (width>=681px){.home-hero{padding-top:3rem;padding-bottom:3rem}.hero-copy h1{font-size:clamp(3rem,5.2vw,4.8rem)}.hero-copy>p:not(.eyebrow){margin-top:1.2rem;font-size:1rem}.actions{margin-top:1.5rem}.hero-product{min-height:min(46vw,35rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
