@font-face{font-family:Instrument;src:url('instrument-serif.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Instrument;src:url('instrument-serif-italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Manrope;src:url('manrope-regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('manrope-semibold.ttf') format('truetype');font-weight:500 800;font-display:swap}
:root{--paper:#efeee7;--ink:#19241e;--green:#173b2e;--deep:#10261d;--mint:#d7edb9;--muted:#626b60;--line:#cdd0c4;--serif:Instrument,Georgia,serif;--sans:Manrope,Arial,sans-serif;--radius:26px;scroll-behavior:smooth;scroll-padding-top:105px}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.7 var(--sans);-webkit-font-smoothing:antialiased}::selection{background:var(--mint);color:var(--deep)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}img,video{display:block;max-width:100%}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-.025em}h2{font-size:clamp(48px,5.5vw,80px)}h3{font-weight:500}em{font-weight:400}h2 em,h1 em{color:#49644b}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible,video:focus-visible{outline:3px solid #70964a;outline-offset:6px}.dark-section :focus-visible{outline-color:var(--mint)}.symbols{position:absolute;width:0;height:0;overflow:hidden}.shell{width:calc(100% - 128px);max-width:1296px;margin-inline:auto}.section-space{padding-block:120px}.dark-section{background:var(--deep);color:var(--paper)}.dark-section h2 em{color:var(--mint)}.skip-link{position:fixed;left:20px;top:-80px;background:var(--mint);padding:12px 20px;z-index:100}.skip-link:focus{top:12px}.section-label{display:flex;gap:30px;align-items:center;font-size:10px;font-weight:600;line-height:1.5;letter-spacing:.16em;text-transform:uppercase;margin-bottom:45px}.label-rule{height:1px;background:var(--line);flex:1}.dark-section .section-label{color:#b2c2b6}.dark-section .label-rule{background:#345043}.eyebrow{display:flex;align-items:center;gap:10px;letter-spacing:.11em;font-size:10px;text-transform:uppercase;font-weight:600}.status-dot{display:block;width:6px;height:6px;background:#5c8c55;border-radius:100%;box-shadow:0 0 0 4px #5c8c5511}.tiny-label{text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:600}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:55px}.section-heading>p{max-width:340px;color:var(--muted);font-size:15px;padding-bottom:6px}.dark-section .section-heading>p{color:#aabbb0}
/* A quiet, persistent masthead. */
.site-header{height:100px;padding-inline:64px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;max-width:1600px;margin:auto}.brand{display:flex;align-items:center;font-size:25px;letter-spacing:-1.4px;font-weight:600;line-height:1}.brand-mark{display:flex;align-items:center;justify-content:center;width:39px;height:39px;margin-right:11px;border-radius:12px;background:var(--green);color:var(--mint);font:37px/.7 var(--serif);letter-spacing:-3px;padding:0 5px 5px 0}.brand-mark>span{font:14px/1 var(--sans);letter-spacing:-3px;align-self:start;margin-top:7px}.brand-period{color:#77956c;margin-left:1px}.navigation{display:flex;align-items:center;gap:34px;font-size:12px}.navigation>a:not(.nav-cta){position:relative}.navigation>a:not(.nav-cta):after{content:'';position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.navigation>a:hover:after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:99px;padding:11px 17px}.nav-cta svg{width:17px;height:17px}.nav-cta:hover{border-color:var(--green);background:#fff5}.menu-toggle{display:none;border:0;background:none;width:40px;height:40px;padding:10px}.menu-toggle span{display:block;width:22px;height:1px;background:currentColor;margin-block:6px}
/* The first impression: tactile paper and the native product, not a render. */
.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:35px;padding-top:30px;padding-bottom:50px;min-height:780px}.hero-copy{position:relative;z-index:2;padding-bottom:30px}.hero .eyebrow{margin-bottom:30px}.hero h1{font-size:clamp(80px,8.1vw,118px);line-height:.96;letter-spacing:-.035em;margin-bottom:30px}.hero-description{font-size:16px;max-width:410px;line-height:1.8;color:#5c655d}.hero-actions{display:flex;gap:23px;align-items:center;margin-top:33px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:23px;border-radius:99px;padding:8px 9px 8px 22px;font-size:11px;font-weight:600;min-height:51px;transition:background .2s,transform .2s}.button>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%}.button svg{width:18px;height:18px}.button-dark{background:var(--green);color:var(--paper)}.button-dark>span{background:#ffffff16;color:var(--mint)}.button:hover{transform:translateY(-2px)}.button-dark:hover{background:var(--deep)}.button-mint{background:var(--mint);color:var(--deep)}.button-mint>span{background:#173b2e15}.text-link{font-size:11px;display:inline-flex;align-items:center;gap:9px}.text-link svg{width:13px;height:13px;fill:currentColor;stroke:none}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.hero-footnote{font-size:10px;color:#7d8277;margin-top:24px}.hero-footnote span{color:#485949}.hero-art{position:relative;height:680px;min-width:0}.orbital-grid{position:absolute;inset:20px -25px 25px -10px}.orbital-grid i{position:absolute;border:1px solid #c3c8b777;border-radius:50%;width:90%;height:80%;left:5%;top:10%;transform:rotate(-18deg)}.orbital-grid i:nth-child(2){width:66%;left:17%;height:85%;top:7.5%;transform:rotate(-23deg)}.orbital-grid i:nth-child(3){width:42%;left:29%;height:92%;top:4%;transform:rotate(-28deg)}.axis{position:absolute;background:#c3c8b766}.axis.x{height:1px;width:100%;top:50%}.axis.y{width:1px;height:100%;left:50%}.orbital-grid b{position:absolute;right:38px;top:11px;font:9px var(--sans);letter-spacing:.18em;writing-mode:vertical-rl;color:#8b9783}.phone{display:block;background:#0b100d;border:5px solid #29332c;border-radius:37px;box-shadow:0 25px 55px #0b221323,0 4px 8px #0002;position:relative;overflow:hidden;line-height:0;transition:transform .35s;isolation:isolate}.phone:after{content:'';position:absolute;inset:0;pointer-events:none;border:1px solid #ffffff28;border-radius:31px}.phone img{width:100%;height:auto;aspect-ratio:1206/2622;object-fit:cover;border-radius:30px;background:#000}.phone-expand{position:absolute;bottom:18px;right:14px;display:grid;place-items:center;background:#e6eddfd9;color:#1a2a1e;width:32px;height:32px;border-radius:50%;opacity:0;transition:opacity .2s;line-height:1}.phone-expand svg{width:16px;height:16px}.phone:hover .phone-expand,.phone:focus-visible .phone-expand{opacity:1}.hero-phone{position:absolute}.back-phone{width:218px;left:0;top:52px;transform:rotate(-9deg)}.front-phone{width:267px;left:43%;top:80px;transform:rotate(7deg)}.front-phone:hover{transform:rotate(4deg) translateY(-5px)}.back-phone:hover{transform:rotate(-5deg) translateY(-5px)}.idea-note{position:absolute;z-index:4;top:481px;left:-13px;width:276px;padding:23px 25px 16px;background:#faf9f3;border:1px solid #dadcce;border-radius:14px;box-shadow:0 22px 38px #1d31191a;transform:rotate(-3deg)}.idea-note>.tiny-label{color:#7c8475}.idea-note p{font:30px/1.1 var(--serif);margin:13px 0 18px;letter-spacing:-.4px}.note-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:12px;font-size:8px;color:#7a8174}.note-line svg{width:14px;height:14px}.art-caption{position:absolute;bottom:0;right:12px;font-size:9px;letter-spacing:.04em;color:#818778}.principle-strip{display:flex;justify-content:space-between;gap:25px;align-items:center;border-block:1px solid var(--line);padding-block:23px;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:500}.principle-strip span:nth-child(2){text-align:center}.principle-strip span:last-child{text-align:right}
/* Making is the headline. Software features are the supporting cast. */
.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:start}.intro-grid>div{padding-top:10px}.intro-grid p+p{margin-top:20px;color:var(--muted);max-width:430px}.large-copy{font-size:20px;line-height:1.6;max-width:445px}.possibilities{display:flex;flex-wrap:wrap;gap:12px 35px;margin-top:65px;color:#61715e;font-family:var(--serif);font-style:italic;font-size:24px;align-items:center}.possibilities span+span:before{content:'✳';font-family:var(--sans);font-style:normal;font-size:13px;margin-right:35px;color:#96a387}
/* An interactive native-screen atlas. */
.experience{background:#17392c}.gallery-tabs{display:flex;gap:8px;align-items:center;padding:10px 0 25px;border-bottom:1px solid #385544;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#6d856e transparent}.gallery-tab{white-space:nowrap;border:1px solid transparent;background:transparent;border-radius:99px;padding:11px 20px;font-size:12px;color:#c3d0c3;transition:background .2s,color .2s}.gallery-tab:hover{background:#ffffff0b}.gallery-tab[aria-selected=true]{background:var(--paper);color:var(--deep)}.gallery-tab small{font-size:8px;margin-right:9px;opacity:.5}.gallery-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;min-height:644px;align-items:center;outline-offset:8px!important}.gallery-copy{max-width:400px;padding-block:30px}.gallery-number{display:block;font:15px var(--serif);color:#96b78c;margin-bottom:25px}.gallery-copy h3{font:58px/1.03 var(--serif);letter-spacing:-.025em;white-space:pre-line;margin-bottom:23px}.gallery-copy>p{font-size:14px;color:#bccbbd;line-height:1.9;max-width:355px}.gallery-highlights{list-style:none;padding:0;margin:29px 0;font-size:11px}.gallery-highlights li{padding:9px 0;border-bottom:1px solid #3c5747;display:flex;align-items:center;gap:12px}.gallery-highlights li:before{content:'↗';color:var(--mint);font-size:14px}.light-link{display:inline-flex;align-items:center;gap:13px;font-size:11px;color:var(--mint);border-bottom:1px solid #789776;padding-bottom:4px}.light-link svg{width:16px;height:16px}.gallery-copy>.gallery-help{font-size:9px;color:#97ac9a;margin-top:25px}.gallery-visual{height:615px;position:relative;min-width:0}.gallery-halo{position:absolute;width:440px;height:440px;border:1px solid #395645;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.gallery-halo:before,.gallery-halo:after{content:'';position:absolute;border-radius:50%;border:1px solid #395645;inset:45px}.gallery-halo:after{inset:90px}.gallery-phone{position:absolute}.gallery-primary{width:251px;left:9%;top:40px;transform:rotate(-4deg);z-index:2}.gallery-secondary{width:217px;right:1%;top:76px;transform:rotate(7deg);opacity:.9}.gallery-primary:hover{transform:rotate(-1deg) translateY(-5px)}.gallery-secondary:hover{transform:rotate(3deg) translateY(-5px);z-index:3;opacity:1}.gallery-bottom{border-top:1px solid #385544;padding-top:25px;display:flex;gap:25px;align-items:center;justify-content:space-between}.gallery-thumbs{display:flex;gap:12px;flex-wrap:wrap}.gallery-thumb{border:1px solid #47634d;background:transparent;color:#aebfaa;border-radius:9px;display:flex;gap:11px;align-items:center;padding:7px 13px 7px 7px;max-width:183px;text-align:left;font-size:9px;line-height:1.5}.gallery-thumb img{width:27px;height:51px;border-radius:3px;object-fit:cover;object-position:top;background:#000}.gallery-thumb[aria-pressed=true]{border-color:var(--mint);color:var(--paper);background:#ffffff08}.gallery-thumb:hover{background:#ffffff0c}.capture-note{text-align:right;font-size:8px;color:#9bb19b;line-height:1.8;min-width:210px}
/* The ownership chapter is a manifesto, not a wall of badges. */
.ownership-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.ownership-heading>.large-copy{font-size:18px;color:#78806e;padding-bottom:6px;max-width:270px}.ownership-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:100px;margin-top:70px}.ownership-visual{padding-top:10px}.project-map{position:relative;width:100%;aspect-ratio:460/430;margin-top:30px}.project-map>svg{position:absolute;inset:0;width:100%;height:100%;stroke:#c0c8b5;stroke-width:1;stroke-dasharray:4 7}.map-node{position:absolute;font-size:9px;background:var(--paper);border:1px solid #cbd0bd;padding:7px 13px;border-radius:99px;color:#6b765e;z-index:2;white-space:nowrap}.node-top{top:6%;left:50%;transform:translateX(-50%)}.node-bottom{bottom:6%;left:50%;transform:translateX(-50%)}.node-left{left:0;top:50%;transform:translateY(-50%)}.node-right{right:0;top:50%;transform:translateY(-50%)}.map-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:32px;background:#e1e5d5;border:1px solid #cbd3bd;box-shadow:0 12px 30px #38482009;display:flex;flex-direction:column;justify-content:center;align-items:center;font:55px/.88 var(--serif);letter-spacing:-1px}.map-center .tiny-label{font:8px var(--sans);letter-spacing:.15em;margin-bottom:17px;color:#778066}.map-center em{color:#55714d}.map-spark{position:absolute;right:15px;top:15px;font:17px var(--sans);color:#607d51}.map-caption{text-align:center;font:25px/1.2 var(--serif);color:#8a937c;margin-top:25px;font-style:italic}.ownership-principles article{display:grid;grid-template-columns:26px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:22px 0}.ownership-principles article:first-child{padding-top:0}.ownership-principles article>span{font-size:9px;padding-top:6px;color:#8b9680}.ownership-principles h3{font-size:17px;letter-spacing:-.3px;margin-bottom:9px}.ownership-principles p{font-size:12px;color:var(--muted);line-height:1.85}.ownership-note{font-size:10px;color:#818774;border-top:1px solid var(--line);margin-top:55px;padding-top:22px;max-width:820px;line-height:1.9}
/* The film gets a cinema, not a floating browser window. */
.film-section{background:#0e1c16}.film-frame{border:1px solid #38503d;border-radius:19px;overflow:hidden;position:relative;background:#000}.film-frame video{width:100%;aspect-ratio:16/9;background:#000}.film-cover{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:21px;background:#10201875;color:var(--paper);width:100%;border:0;backdrop-filter:blur(2px)}.film-cover[hidden]{display:none}.play-circle{display:grid;place-items:center;width:88px;height:88px;border:1px solid #eeeee7aa;background:#e9eee911;border-radius:50%;transition:background .2s,transform .2s}.play-circle svg{fill:var(--paper);stroke:none;width:27px;height:27px;margin-left:-3px}.film-cover:hover .play-circle{transform:scale(1.05);background:#e9eee930}.film-cover>span:last-child{font-size:16px}.film-cover small{display:block;text-align:center;color:#bbc6b6;font-size:9px;letter-spacing:.1em;margin-top:7px}.film-meta{display:flex;gap:30px;align-items:center;font-size:10px;color:#9caf9e;margin-top:22px;flex-wrap:wrap}.film-meta>span{margin-right:auto}.film-meta a{display:inline-flex;align-items:center;gap:6px;color:#d0dabe}.film-meta svg{width:13px;height:13px}
/* Every feature stays available, including without JavaScript. */
.feature-section{padding-bottom:80px}.feature-index{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:25px}summary::-webkit-details-marker{display:none}summary svg{width:19px;height:19px;transition:transform .25s}details[open]>summary svg{transform:rotate(45deg)}.feature-group>summary{padding:26px 0}.feature-heading{display:flex;align-items:center;gap:24px}.feature-heading .count{font:16px var(--serif);color:#829173;width:20px}.feature-heading h3{font:32px var(--serif);letter-spacing:-.4px}.feature-heading .feature-count{font-size:9px;color:#7c8672;letter-spacing:.03em}.feature-items{display:grid;grid-template-columns:1fr 1fr;gap:25px 60px;padding:0 50px 38px 44px}.feature-items article{border-top:1px solid #d8dccf;padding-top:18px}.feature-items h4{font-size:12px;font-weight:600;margin:0 0 8px}.feature-items p{font-size:12px;color:#6f786a;line-height:1.9}.feature-group>summary:hover h3{color:#567444}.faq-section{border-top:1px solid var(--line);display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;padding-top:80px}.faq-heading>.section-label{margin-bottom:30px}.faq-heading h2{font-size:65px}.faq-list{border-top:1px solid var(--line)}.faq-list summary{font-size:13px;padding:23px 0;gap:30px;font-weight:500;line-height:1.5}.faq-list details>p{font-size:12px;color:#66715f;padding:0 30px 24px 0;line-height:1.9}
/* A deliberately oversized signature. */
.closing{position:relative;overflow:hidden;background:#17392c;text-align:center}.closing-inner{padding-top:100px}.closing .eyebrow{justify-content:center;color:#b7cba6}.closing .status-dot{background:var(--mint);box-shadow:0 0 0 4px #d7edb911}.closing h2{font-size:clamp(60px,6.5vw,94px);margin-top:32px}.closing p{margin-top:25px;font-size:13px;color:#aabfaa}.closing .button{margin-top:30px}.closing-wordmark{font-family:var(--serif);font-size:clamp(180px,28vw,420px);line-height:.83;letter-spacing:-.065em;color:#264a36;margin-top:90px;user-select:none;white-space:nowrap;position:relative;bottom:-30px}.closing-wordmark>span{font:clamp(60px,12vw,180px)/1 var(--sans);vertical-align:top;display:inline-block;margin-left:15px;margin-top:15px;color:#375d40}.site-footer{background:#10261d;position:relative;z-index:2}.footer-inner{padding-block:32px;display:flex;justify-content:space-between;gap:30px;font-size:10px;align-items:center}.footer-inner>p>span{font-size:8px;color:#839d87}.footer-inner>div{display:flex;gap:22px;color:#b8c8b0;font-size:10px}.footer-small{font-size:8px;line-height:1.9;text-align:right;color:#849d85}.footer-inner a:hover{text-decoration:underline;text-underline-offset:4px}
/* Native dialog: keyboard navigation and full-resolution screenshots. */
.screenshot-dialog{border:1px solid #526652;background:#11231b;color:var(--paper);padding:0;border-radius:18px;width:min(900px,calc(100vw - 28px));max-height:calc(100dvh - 24px);overflow:auto;box-shadow:0 35px 100px #0008}.screenshot-dialog::backdrop{background:#03100bdc;backdrop-filter:blur(8px)}.dialog-toolbar{display:flex;align-items:center;justify-content:space-between;padding:18px 23px;gap:20px;border-bottom:1px solid #334c3b}.dialog-toolbar .tiny-label{color:#a3b79e;font-size:8px}.dialog-toolbar h2{font:20px/1.3 var(--serif);letter-spacing:0;margin-top:5px}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #4f6550;border-radius:50%;background:transparent;color:#dce7d3;flex-shrink:0}.icon-button:hover{background:#ffffff10}.icon-button svg{width:18px;height:18px}.dialog-body{display:flex;align-items:center;justify-content:center;gap:25px;padding:18px}.dialog-body img{max-height:calc(100dvh - 217px);max-width:calc(100% - 130px);width:auto;height:auto;border-radius:15px;object-fit:contain}.previous svg{transform:rotate(180deg)}.dialog-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 23px;border-top:1px solid #334c3b;color:#a5b49c;font-size:9px}.dialog-footer a{display:flex;gap:6px;align-items:center;white-space:nowrap;color:var(--mint)}.dialog-footer svg{width:14px;height:14px}.modal-open{overflow:hidden}.reveal-ready{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.reveal-ready.is-visible{opacity:1;transform:translateY(0)}
@media(min-width:1600px){.site-header{max-width:1424px}.hero-art{height:730px}.front-phone{width:285px}.back-phone{width:232px}.idea-note{top:520px}}
@media(max-width:1150px){.shell{width:calc(100% - 80px)}.site-header{padding-inline:40px}.navigation{gap:23px}.hero{gap:20px;min-height:720px}.hero-art{height:605px}.front-phone{width:232px;top:73px;left:42%}.back-phone{width:186px;top:38px}.idea-note{top:421px;width:245px;left:-7px;padding:20px}.idea-note p{font-size:26px}.hero h1{font-size:clamp(76px,8.5vw,105px)}.hero-actions{gap:18px}.button{font-size:10px;gap:18px}.text-link{font-size:10px}.gallery-panel{gap:25px;min-height:620px}.gallery-primary{left:2%;width:224px;top:55px}.gallery-secondary{width:197px;right:0;top:86px}.gallery-visual{height:590px}.gallery-copy h3{font-size:52px}.gallery-halo{width:360px;height:360px}.gallery-bottom{flex-direction:column;align-items:start}.capture-note{text-align:left}.ownership-grid{gap:60px}.ownership-heading>.large-copy{font-size:16px}.faq-section{gap:60px}.footer-inner{flex-wrap:wrap}.footer-small{text-align:left}.section-space{padding-block:100px}}
@media(max-width:850px){.shell{width:calc(100% - 48px)}.site-header{height:82px;padding-inline:24px}.navigation{gap:19px;font-size:11px}.navigation .nav-cta{padding:9px 13px}.brand{font-size:23px}.brand-mark{width:34px;height:34px;font-size:33px;border-radius:10px;margin-right:8px}.hero{grid-template-columns:1fr;min-height:0;padding-top:38px;gap:0;overflow:clip}.hero-copy{padding-bottom:0;max-width:600px}.hero h1{font-size:clamp(84px,12vw,112px)}.hero-description{max-width:430px}.hero-art{width:100%;max-width:555px;margin:0 auto;height:615px}.front-phone{width:253px;left:45%;top:65px}.back-phone{width:207px;left:6%;top:45px}.idea-note{left:8px;top:425px;width:270px}.idea-note p{font-size:29px}.orbital-grid{inset:0}.art-caption{bottom:0;right:20px}.hero-footnote{margin-top:22px}.principle-strip{font-size:8px;letter-spacing:.09em;gap:18px}.section-space{padding-block:80px}.intro-grid{grid-template-columns:1fr 1fr;gap:40px}.intro-grid h2{font-size:58px}.large-copy{font-size:17px}.intro-grid>div>p+p{font-size:12px}.possibilities{gap:12px 20px;font-size:21px;margin-top:40px}.possibilities span+span:before{margin-right:20px}.section-heading{gap:30px}.section-heading>p{font-size:12px;max-width:230px}.section-heading h2{font-size:60px}.gallery-tabs{gap:3px}.gallery-tab{padding:10px 14px}.gallery-tab small{display:none}.gallery-panel{grid-template-columns:.8fr 1.2fr;gap:25px;min-height:540px}.gallery-copy h3{font-size:43px}.gallery-copy>p{font-size:12px}.gallery-highlights{font-size:10px;margin-top:20px}.gallery-primary{width:185px;left:0;top:55px}.gallery-secondary{width:155px;right:0;top:97px}.gallery-visual{height:510px}.gallery-halo{width:300px;height:300px}.phone{border-width:4px;border-radius:29px}.phone img{border-radius:24px}.phone:after{border-radius:25px}.gallery-thumb{max-width:150px}.ownership-heading h2{font-size:65px}.ownership-grid{gap:35px;grid-template-columns:.9fr 1.1fr}.map-center{width:135px;height:135px;border-radius:24px;font-size:43px}.map-center .tiny-label{font-size:6px;margin-bottom:13px}.map-node{font-size:7px;padding:6px 8px}.ownership-principles h3{font-size:15px}.ownership-principles p{font-size:11px}.ownership-visual{align-self:start;position:sticky;top:20px}.ownership-note{font-size:9px}.feature-items{gap:24px 32px;padding-left:0;padding-right:0}.faq-section{grid-template-columns:1fr 1.4fr;gap:35px}.faq-heading h2{font-size:55px}.faq-list summary{font-size:12px}.film-meta{font-size:9px;gap:15px}.footer-inner{gap:25px}.closing-inner{padding-top:80px}}
@media(max-width:600px){:root{scroll-padding-top:25px}.section-label{font-size:8px;letter-spacing:.12em;gap:20px;margin-bottom:30px}.section-space{padding-block:66px}.site-header{height:76px}.brand{font-size:22px}.brand-mark{width:32px;height:32px;font-size:32px}.js .menu-toggle{display:block}.navigation{gap:16px;font-size:10px;flex-wrap:wrap;justify-content:flex-end}.navigation .nav-cta{display:none}.js .navigation{display:none}.js .site-header.menu-open .navigation{display:flex;position:absolute;top:70px;left:14px;right:14px;background:#f7f7ef;border:1px solid var(--line);border-radius:14px;padding:24px;flex-direction:column;align-items:start;gap:22px;font-size:14px;box-shadow:0 20px 30px #14221812}.site-header.menu-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.site-header.menu-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero{padding-top:24px;padding-bottom:34px}.hero .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:24px}.hero h1{font-size:clamp(64px,17.5vw,91px);margin-bottom:25px}.hero-description{font-size:13px;max-width:330px;line-height:1.9}.hero-actions{gap:17px;margin-top:25px}.button{font-size:10px;min-height:48px;padding-left:18px;gap:13px}.button>span{width:30px;height:30px}.text-link{font-size:10px}.hero-footnote{font-size:8px;line-height:1.8;max-width:310px;margin-top:20px}.hero-art{height:467px;margin-top:28px}.front-phone{width:185px;left:43%;top:37px;transform:rotate(7deg)}.back-phone{width:151px;left:3%;top:34px;transform:rotate(-9deg)}.idea-note{top:321px;left:0;width:217px;padding:17px 18px 12px;border-radius:11px}.idea-note .tiny-label{font-size:7px}.idea-note p{font-size:25px;margin:10px 0 13px}.note-line{font-size:6px;padding-top:9px}.art-caption{font-size:7px;right:5px;bottom:-7px}.orbital-grid b{font-size:7px;right:0;top:0}.principle-strip{display:grid;grid-template-columns:1fr 1fr;font-size:7px;padding-block:18px;gap:13px 20px;line-height:1.6}.principle-strip span:nth-child(2){text-align:right}.principle-strip span:last-child{grid-column:1/-1;text-align:center;border-top:1px solid #d8dccf;padding-top:12px}.intro-grid{grid-template-columns:1fr;gap:25px}.intro-grid h2{font-size:57px}.intro-grid>div{padding-top:0}.large-copy{font-size:17px}.intro-grid>div>p+p{font-size:12px;margin-top:15px}.possibilities{margin-top:33px;gap:13px 0;flex-direction:column;align-items:start;font-size:22px}.possibilities span+span:before{content:none}.possibilities span:before{content:'↗'!important;font-family:var(--sans);font-size:12px;font-style:normal;color:#8ca07b;margin-right:15px!important}.section-heading{flex-direction:column;gap:22px;align-items:start;margin-bottom:35px}.section-heading h2{font-size:57px}.section-heading>p{font-size:12px;max-width:300px}.gallery-tabs{padding-bottom:19px;margin-right:-24px;padding-right:24px}.gallery-tab{font-size:10px;padding:10px 16px}.gallery-panel{grid-template-columns:1fr;gap:0;min-height:0}.gallery-copy{padding-top:32px;padding-bottom:8px;max-width:none}.gallery-number{margin-bottom:14px;font-size:11px}.gallery-copy h3{font-size:45px;max-width:320px;margin-bottom:17px}.gallery-copy>p{max-width:350px;font-size:12px}.gallery-highlights{max-width:350px;font-size:10px;margin:20px 0}.gallery-copy>.gallery-help{font-size:8px;margin-top:16px}.light-link{font-size:10px}.gallery-visual{height:468px;max-width:400px;width:100%;margin:6px auto 0}.gallery-primary{left:4%;top:29px;width:189px}.gallery-secondary{width:160px;right:2%;top:67px}.gallery-halo{width:290px;height:290px}.gallery-bottom{gap:18px;padding-top:20px}.gallery-thumbs{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:9px}.gallery-thumb{max-width:none;font-size:8px;padding:7px;gap:8px}.gallery-thumb img{width:24px;height:46px}.capture-note{font-size:7px;min-width:0}.ownership-heading{display:block}.ownership-heading h2{font-size:60px}.ownership-heading>.large-copy{font-size:14px;line-height:1.8;margin-top:25px}.ownership-heading>.large-copy br{display:none}.ownership-heading>.large-copy{max-width:280px}.ownership-grid{display:flex;flex-direction:column;gap:44px;margin-top:20px}.ownership-visual{position:static;align-self:stretch;padding-top:0}.project-map{max-width:380px;margin:10px auto 0}.map-center{width:157px;height:157px;font-size:48px}.map-center .tiny-label{font-size:7px}.map-node{font-size:8px;padding:7px 10px}.map-caption{font-size:23px;margin-top:10px}.ownership-principles article{grid-template-columns:22px 1fr;gap:14px;padding-block:20px}.ownership-principles h3{font-size:15px}.ownership-principles p{font-size:12px}.ownership-note{font-size:9px;margin-top:30px;padding-top:20px}.film-section .section-heading h2{font-size:57px}.film-frame{border-radius:11px;margin-inline:-10px}.film-cover{gap:10px}.play-circle{width:52px;height:52px}.play-circle svg{width:20px;height:20px}.film-cover>span:last-child{font-size:11px}.film-cover small{font-size:7px;margin-top:2px}.film-meta{gap:13px 21px;font-size:8px;margin-top:18px}.film-meta>span{flex:1 0 100%}.feature-heading{gap:15px}.feature-heading h3{font-size:29px}.feature-heading .count{font-size:12px;width:13px}.feature-heading .feature-count{font-size:7px}.feature-group>summary{padding-block:20px;gap:12px}.feature-items{grid-template-columns:1fr;padding:0 0 25px 28px;gap:18px}.feature-items h4{font-size:12px}.feature-items p{font-size:11px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-heading h2{font-size:58px}.faq-heading h2 br{display:none}.faq-list summary{font-size:12px;padding-block:21px;gap:20px}.faq-list details>p{font-size:11px}.closing-inner{padding-top:65px}.closing .eyebrow{font-size:7px;letter-spacing:.1em}.closing h2{font-size:58px;margin-top:27px}.closing p{font-size:11px;max-width:270px;margin:22px auto 0}.closing .button{margin-top:25px}.closing-wordmark{font-size:28vw;margin-top:58px;bottom:-9px}.closing-wordmark>span{font-size:12vw;margin-left:4px;margin-top:5px}.footer-inner{padding-block:26px;display:block;font-size:9px}.footer-inner>p>span{font-size:7px}.footer-inner>div{font-size:9px;gap:24px;margin-block:22px}.footer-small{font-size:7px;text-align:left}.dialog-toolbar{padding:14px 16px}.dialog-toolbar h2{font-size:19px}.dialog-body{gap:9px;padding:12px 9px}.dialog-body .icon-button{width:30px;height:30px}.dialog-body img{max-width:calc(100% - 78px);max-height:calc(100dvh - 220px);border-radius:10px}.dialog-footer{font-size:8px;flex-direction:column;align-items:start;gap:9px;padding:12px 16px}.dialog-toolbar .tiny-label{font-size:7px}.screenshot-dialog{max-height:calc(100dvh - 20px)}}
@media(max-width:365px){.shell{width:calc(100% - 36px)}.site-header{padding-inline:18px}.hero h1{font-size:61px}.hero-actions{gap:16px;flex-direction:column;align-items:start}.hero-art{height:435px}.front-phone{width:169px;left:43%;top:35px}.back-phone{width:137px}.idea-note{top:292px;width:205px}.gallery-primary{width:170px;left:1%}.gallery-secondary{width:145px;right:0}.gallery-visual{height:432px}.gallery-halo{width:250px;height:250px}.section-heading h2{font-size:52px}.map-center{width:137px;height:137px;font-size:43px}}
/* No inert tab controls when scripting is unavailable. */
.gallery-tabs{display:none}.js .gallery-tabs{display:flex}
@media(max-width:600px){.hero-art{height:510px}.hero .back-phone{left:8%}.hero .front-phone{left:38%}.hero .idea-note{left:6px}}
@media(max-width:365px){.hero-art{height:480px}.hero .front-phone{left:32%}.gallery-tabs{margin-right:-18px;padding-right:18px}}
.orbital-grid{overflow:hidden}
/* Keep the quiet hierarchy readable: supporting copy still meets AA contrast. */
.hero-footnote,.orbital-grid b,.idea-note>.tiny-label,.note-line,.art-caption,.ownership-heading>.large-copy,.map-node,.map-center .tiny-label,.map-caption,.ownership-principles article>span,.ownership-note,.feature-heading .count,.feature-heading .feature-count,.possibilities,.feature-items p,.faq-list details>p{color:#626b60}
.gallery-tab small{opacity:.8}
.closing-wordmark{color:#719365}.closing-wordmark>span{color:#91ae7e}
.hero-footnote,.tiny-label,.idea-note>.tiny-label,.note-line,.art-caption,.capture-note,.gallery-copy>.gallery-help,.feature-heading .feature-count,.footer-inner>p>span,.footer-small,.dialog-footer,.dialog-toolbar .tiny-label{font-size:10px}
.hero .eyebrow,.closing .eyebrow,.section-label,.principle-strip,.map-node{font-size:10px}
.gallery-thumb,.film-meta{font-size:10px}.ownership-note{font-size:11px}.ownership-principles p,.feature-items p,.faq-list details>p{font-size:13px}.map-center .tiny-label{font-size:9px;color:#56634e}
@media(max-width:600px){.principle-strip{font-size:9px}.idea-note .note-line{font-size:9px}.feature-heading{gap:12px}.feature-heading .feature-count{font-size:9px}.footer-inner>div{font-size:10px}.closing .eyebrow{font-size:9px}}
/* Screens belong with the capabilities, not behind a tab or an accordion. */
.screens-provenance{font-size:11px;color:var(--muted);margin:-26px 0 32px}
.feature-chapter{padding:30px 0 44px;border-bottom:1px solid var(--line);min-width:0}
.feature-chapter-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:20px}
.feature-chapter-heading .tiny-label{color:var(--muted)}
.feature-chapter-heading h3{font:46px/1.1 var(--serif);letter-spacing:-.02em;margin-top:9px}
.feature-screens{display:flex;gap:24px;overflow-x:auto;padding:10px 8px 22px;scroll-snap-type:x mandatory;scroll-padding-inline:8px;scrollbar-width:thin;scrollbar-color:#849575 transparent;overscroll-behavior-x:contain}
.feature-shot{flex:0 0 220px;margin:0;scroll-snap-align:start;min-width:0}
.feature-shot .phone{box-shadow:0 9px 22px #173b2e15;border-radius:30px}.feature-shot .phone img{border-radius:24px}
.feature-shot figcaption{font-size:12px;line-height:1.6;color:var(--muted);margin:14px 4px 0}
.feature-details-label{font-size:13px;font-weight:600}.feature-chapter .feature-group{border-bottom:0;margin-top:5px}.feature-chapter .feature-group>summary{padding:19px 0}.feature-chapter .feature-items{padding-left:0}
.screen-row-controls{display:none;gap:8px}.js .screen-row-controls{display:flex}.js .screen-row-controls[hidden]{display:none}
.screen-step{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #86977c;border-radius:50%;background:transparent}.screen-step svg{width:17px;height:17px}.screen-step:disabled{opacity:.35}.screen-step:not(:disabled):hover{background:#dde3d4}
@media(max-width:600px){
 .introduction,.experience{display:none}
 .hero h1{font-size:clamp(56px,15.5vw,78px)}.hero .eyebrow{margin-bottom:18px}.hero-description{line-height:1.7}.hero-actions{margin-top:18px;flex-direction:row;align-items:center}.hero-footnote,.hero .idea-note{display:none}
 .hero-art{margin-top:18px;height:465px}.hero .art-caption{bottom:0}.hero{padding-bottom:20px}
 #features.section-space{padding-top:34px;padding-bottom:40px}#features .section-label{display:none}#features .section-heading{gap:12px;margin-bottom:14px}#features h2{font-size:45px}#features .section-heading>p{font-size:13px}
 .screens-provenance{font-size:10px;margin:0 0 22px;line-height:1.8}
 .feature-chapter{padding:24px 0 28px}.feature-chapter-heading{margin-bottom:15px}.feature-chapter-heading h3{font-size:38px}
 .feature-screens{gap:16px;margin-inline:-8px;padding:10px 8px 18px}.feature-shot{flex-basis:min(74vw,260px)}.feature-shot figcaption{font-size:12px}.feature-shot .phone-expand,.hero-phone .phone-expand{opacity:1}
 .feature-chapter .feature-items{padding-left:0}.feature-details-label{font-size:12px}
}
@media(max-width:365px){.hero-art{height:427px}.hero-actions{gap:14px}.hero .button{gap:10px;padding-left:15px}.hero h1{font-size:56px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal-ready{opacity:1;transform:none}.phone:hover,.button:hover{transform:none}}
