:root{--bg:#050506;--ink:#f7f7f5;--muted:#96939e;--violet:#6d35ff;--violet-2:#9a72ff;--line:#232229;--ease:cubic-bezier(.2,.75,.2,1);--scroll-progress:0;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%}.site-nav{position:fixed;z-index:50;top:0;left:0;right:0;height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5.5vw,90px);transition:transform .55s var(--ease),background .35s ease,backdrop-filter .35s ease,border-color .35s ease;border-bottom:1px solid transparent}.site-nav:after{content:"";position:absolute;left:0;bottom:-1px;width:calc(var(--scroll-progress)*100%);height:1px;background:var(--violet)}.site-nav.is-solid{background:#050506c2;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%);border-color:#ffffff14}.site-nav.is-hidden{transform:translateY(-110%)}.nav-brand{width:124px;height:34px;overflow:hidden;display:flex;align-items:center}.nav-brand img{display:block;width:124px;filter:invert(1);mix-blend-mode:screen}.site-nav nav{display:flex;gap:42px;font-size:13px;color:#d0ccd6}.site-nav nav a{transition:color .25s ease}.site-nav nav a:hover,.site-nav nav a:focus-visible{color:#fff}.nav-download{justify-self:end;border:1px solid #7d4cff;background:#6930f7;color:#fff;border-radius:999px;padding:11px 20px;font-weight:650}.hero{position:relative;min-height:100svh;overflow:hidden;background:#030304}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#020203f0,#020203cc 35%,#02020314 68%,#02020329)}.hero-copy{position:relative;z-index:2;width:min(760px,52vw);padding:clamp(160px,20vh,230px) 0 120px clamp(24px,5.5vw,90px)}.eyebrow{margin:0 0 24px;color:#a29ca9;font:600 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.2em}.hero h1{margin:0;font-family:Arial Narrow,Helvetica Neue Condensed,PingFang SC,sans-serif;font-size:clamp(74px,10.8vw,168px);font-weight:900;line-height:.82;letter-spacing:-.09em}.hero h1 span{display:block}.hero h1 span:last-child{color:#fff;margin-left:14%}.hero-lead{max-width:540px;margin:38px 0 0;color:#cbc7cf;font-size:17px;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.hero-actions button,.download-buttons button{min-width:150px;border:1px solid #7c4cff;background:#6e35fa;color:#fff;border-radius:999px;padding:15px 24px;font-weight:700;box-shadow:0 0 42px #6e35fa47}.hero-actions a{padding:14px 0;border-bottom:1px solid #77727f;color:#d6d2db}.hero-note{position:absolute;z-index:2;right:4.5vw;bottom:54px;margin:0;color:#b8b4bd;font-size:12px;line-height:1.8;letter-spacing:.08em}.scroll-cue{position:absolute;z-index:2;left:5.5vw;bottom:46px;color:#85818c;font-size:11px;letter-spacing:.18em}.product-chapter{position:relative;min-height:1180px;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(470px,1.28fr);align-items:start;gap:clamp(52px,8vw,150px);padding:clamp(130px,12vw,190px) clamp(24px,6vw,104px);border-top:1px solid var(--line);overflow:hidden}.chapter-moments{background:#070708}.chapter-today{background:#0a090d}.chapter-copy{position:sticky;top:128px;max-width:520px;padding-top:78px}.chapter-index{display:flex;align-items:baseline;gap:18px;margin:0 0 24px;font-size:42px;font-weight:800}.chapter-index strong{color:var(--violet);font-family:Impact,Arial Narrow,sans-serif;font-size:82px;line-height:1}.chapter-copy h2{margin:0;font-family:Arial Narrow,PingFang SC,sans-serif;font-size:clamp(48px,5.6vw,82px);line-height:1.02;letter-spacing:-.075em}.chapter-copy>p:not(.chapter-index){max-width:460px;margin:30px 0;color:#a7a3ad;font-size:16px;line-height:1.9}.chapter-copy dl{margin:46px 0 0;border-top:1px solid #29272f}.chapter-copy dl div{padding:20px 0;border-bottom:1px solid #29272f}.chapter-copy dt{font-size:14px;font-weight:700}.chapter-copy dd{margin:7px 0 0;color:#77737e;font-size:12px}.screen-stage{justify-self:end;width:min(100%,720px);margin:0;perspective:1400px}.screen-stage img{display:block;width:100%;max-height:980px;object-fit:contain;border-radius:42px;box-shadow:0 55px 130px #000000ad;transform:rotateY(-4deg) rotateX(1deg);transition:transform .8s var(--ease)}.screen-stage-today{justify-self:start}.screen-stage-today img{transform:rotateY(4deg) rotateX(1deg)}.screen-stage:hover img{transform:rotateY(0) rotateX(0) translateY(-10px)}.screen-stage figcaption{margin-top:20px;color:#68646f;font-size:11px;letter-spacing:.14em;text-align:center}.manifesto{min-height:880px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:clamp(120px,12vw,190px) clamp(24px,8vw,130px);background:#efede9;color:#0a0a0b;overflow:hidden}.manifesto h2{margin:0;font-family:Arial Narrow,PingFang SC,sans-serif;font-size:clamp(58px,7.5vw,112px);line-height:.96;letter-spacing:-.08em}.manifesto p:last-child{margin:38px 0 0;color:#6025ee;font-size:clamp(28px,3.4vw,52px);font-weight:800}.manifesto img{width:min(42vw,570px);justify-self:end;border-radius:40px;box-shadow:0 40px 90px #1f142f29}.download-section{padding:clamp(130px,14vw,210px) 24px;text-align:center;background:#050506}.download-section h2{margin:0;font-family:Arial Narrow,PingFang SC,sans-serif;font-size:clamp(58px,7.8vw,118px);line-height:.96;letter-spacing:-.08em}.download-section>p:not(.eyebrow){max-width:620px;margin:34px auto 0;color:#aaa6b0;line-height:1.8}.download-buttons{display:flex;justify-content:center;gap:16px;margin-top:42px}.download-buttons button:last-child{background:transparent;border-color:#4a4650;box-shadow:none}footer{display:grid;grid-template-columns:1fr auto;gap:50px;padding:54px clamp(24px,6vw,100px) 32px;border-top:1px solid #211f25;color:#77737d;font-size:12px}.footer-brand{display:grid;gap:8px}.footer-brand strong{color:#fff;font-size:20px}.footer-brand span{color:#77737d}footer nav{display:flex;gap:28px;align-items:start}footer a:hover{color:#fff}.footer-meta{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:26px;border-top:1px solid #18171b}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#000000c7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.download-dialog{position:relative;width:min(92vw,520px);padding:40px;border:1px solid #302c39;border-radius:28px;background:#111015;box-shadow:0 45px 140px #000}.dialog-close{position:absolute;right:24px;top:22px;border:0;background:transparent;color:#aaa4b2}.download-dialog h2{margin:0;font-size:48px;letter-spacing:-.05em}.platform-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px}.platform-tabs button{padding:12px;border:1px solid #35313c;border-radius:999px;background:transparent;color:#aaa5b0}.platform-tabs button.is-active{background:#6b32f5;border-color:#7a49ff;color:#fff}.qr-placeholder{margin-top:22px;display:grid;place-content:center;gap:14px;text-align:center;padding:22px;border:1px solid #332f3a;border-radius:20px;background:#fff}.qr-image{width:min(56vw,196px);height:auto;display:block;margin-inline:auto}.qr-caption{color:#5a5560;font-size:13px;letter-spacing:.02em}.platform-note{color:#8f8a95;font-size:13px;line-height:1.7}.motion-ready [data-reveal]{opacity:0;transform:translateY(48px) scale(.99);transition:opacity .9s ease,transform 1.05s var(--ease)}.motion-ready [data-reveal].is-visible{opacity:1;transform:none}@media(max-width:900px){.site-nav{grid-template-columns:1fr auto}.site-nav nav{display:none}.hero-copy{width:min(660px,72vw)}.product-chapter{min-height:auto;grid-template-columns:1fr;padding:110px 28px;gap:70px}.chapter-copy{position:static;padding-top:0}.screen-stage,.screen-stage-today{justify-self:center;width:min(100%,620px)}.manifesto{grid-template-columns:1fr;gap:60px}.manifesto img{justify-self:center;width:min(76vw,520px)}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}.footer-meta{display:grid;gap:12px}}@media(max-width:560px){.site-nav{height:64px;padding:0 18px}.nav-brand,.nav-brand img{width:106px}.nav-download{padding:9px 14px;font-size:12px}.hero{min-height:760px}.hero-image{object-position:66% center}.hero-shade{background:linear-gradient(180deg,#03030426,#030304db 58%,#030304)}.hero-copy{width:auto;padding:390px 22px 110px}.hero h1{font-size:72px}.hero h1 span:last-child{margin-left:0}.hero-lead{font-size:15px}.hero-actions{gap:20px}.hero-note{display:none}.scroll-cue{bottom:24px;left:22px}.product-chapter{padding:94px 22px;gap:52px}.chapter-index{font-size:30px}.chapter-index strong{font-size:62px}.chapter-copy h2{font-size:47px}.screen-stage img{max-height:720px;border-radius:30px;transform:none}.manifesto{min-height:auto;padding:100px 22px}.manifesto h2{font-size:56px}.manifesto p:last-child{font-size:30px}.manifesto img{width:100%;border-radius:28px}.download-section{padding:110px 22px}.download-section h2{font-size:56px}.download-buttons{display:grid}.download-buttons button{width:100%}footer{padding:46px 22px 28px}.footer-meta{font-size:11px}.download-dialog{padding:34px 22px}.download-dialog h2{font-size:40px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-nav,.screen-stage img,.motion-ready [data-reveal]{transition:none!important;transform:none!important;opacity:1!important}}.modal-backdrop[hidden]{display:none!important}.nav-brand,.nav-brand img{width:154px}.chapter-copy h2{font-size:clamp(44px,4vw,60px);line-height:1.06;letter-spacing:-.06em;white-space:nowrap}.chapter-today .chapter-copy h2{line-height:1.16}@media(min-width:901px){.chapter-copy{padding-top:28px;margin-top:0}}.product-chapter{min-height:900px;padding-top:clamp(84px,7vw,108px);padding-bottom:clamp(84px,7vw,108px)}.screen-stage .iphone-device{position:relative;width:min(100%,398px);margin-inline:auto;padding:6px;border:11px solid #1b1b1e;border-radius:68px;background:#050506;box-shadow:0 70px 150px #000000c7,0 24px 60px #4523a033,inset 0 0 0 1px #ffffff2e,inset 0 0 0 3px #000000e6;transform:rotateY(-4deg) rotateX(1deg);transition:transform .8s var(--ease),box-shadow .8s var(--ease)}.screen-stage-today .iphone-device{transform:rotateY(4deg) rotateX(1deg)}.screen-stage .iphone-device:before,.screen-stage .iphone-device:after{content:"";position:absolute;z-index:-1;width:5px;border-radius:5px;background:linear-gradient(180deg,#4b4a50,#131316 30%,#2b2a30 76%,#0a0a0b);box-shadow:inset 1px 0 1px #ffffff3d}.screen-stage .iphone-device:before{left:-17px;top:154px;height:112px}.screen-stage .iphone-device:after{right:-17px;top:190px;height:88px}.iphone-screen{overflow:hidden;height:720px;border-radius:50px;background:#fff}.screen-stage .iphone-screen img{display:block;width:100%;max-height:none;border-radius:0;object-fit:contain;box-shadow:none;transform:translate3d(0,var(--screen-shift, 0),0);transition:transform .08s linear;will-change:transform}.iphone-island{position:absolute;z-index:3;top:19px;left:50%;width:118px;height:32px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#030304;box-shadow:inset 0 -1px #ffffff0f,0 3px 8px #00000052;transform:translate(-50%)}.screen-stage-moments .iphone-island{display:none}.screen-stage:hover .iphone-device{transform:rotateY(0) rotateX(0) translateY(-12px);box-shadow:0 82px 165px #000000d1,0 30px 76px #5b30d745,inset 0 0 0 1px #fff3}.screen-stage:hover .iphone-screen img{transform:translate3d(0,var(--screen-shift, 0),0)}.hero-path{display:flex;width:min(560px,100%);margin:36px 0 0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.14);list-style:none}.hero-path li{min-width:0;padding-right:clamp(16px,2vw,30px)}.hero-path a{display:flex;align-items:baseline;gap:9px;color:#d8d4dd;font-size:13px;white-space:nowrap;transition:color .25s ease}.hero-path a:hover,.hero-path a:focus-visible{color:#fff}.hero-path li+li{padding-left:clamp(16px,2vw,30px);border-left:1px solid rgba(255,255,255,.13)}.hero-path span{color:#8f67ff;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.manifesto{grid-template-columns:1.08fr .92fr}.manifesto h2{font-size:clamp(58px,6.2vw,92px);line-height:1}@media(min-width:901px){footer{grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding-top:34px;padding-bottom:34px}footer nav{justify-self:center;align-items:center;gap:clamp(18px,1.7vw,28px);white-space:nowrap}.footer-brand{display:flex;align-items:baseline;gap:12px;white-space:nowrap}.footer-meta{grid-column:auto;display:flex;align-items:center;justify-content:flex-end;gap:18px;padding-top:0;border-top:0;white-space:nowrap}.footer-meta span+span{padding-left:18px;border-left:1px solid #27252c}}.hero-copy{padding-top:clamp(132px,15vh,174px)}.hero-word{margin:0 0 24px;font-family:Impact,Arial Narrow,sans-serif;font-size:clamp(86px,10.8vw,158px);line-height:.8;letter-spacing:.012em;white-space:nowrap}.hero h1{font-size:clamp(58px,6.5vw,96px);line-height:.9;letter-spacing:-.08em}.hero h1 span:last-child{margin-left:0;margin-top:.14em}.hero-shade{background:#02020333}.hero-shade:before{content:"";position:absolute;top:0;right:48%;bottom:0;left:0;background:#020203b8}@media(max-width:560px){.nav-brand,.nav-brand img{width:116px}.hero-copy{padding-top:382px}.hero-word{font-size:68px}.hero h1{font-size:54px}.chapter-copy h2{font-size:43px;white-space:normal}.hero-shade{background:#0303046b}.hero-shade:before{top:48%;right:0;bottom:0;left:0;background:#0303048f}.screen-stage .iphone-device{width:min(100%,340px);padding:4px;border-width:8px;border-radius:51px;transform:none}.iphone-screen{height:620px;border-radius:39px}.hero-path{gap:12px;overflow-x:auto;padding-bottom:4px}.hero-path li,.hero-path li+li{padding-left:0;padding-right:16px;border-left:0}.iphone-island{top:14px;width:90px;height:25px}.screen-stage .iphone-device:before{left:-13px;top:122px;height:86px}.screen-stage .iphone-device:after{right:-13px;top:150px;height:68px}}.manifesto{position:relative;min-height:900px;grid-template-columns:1fr 1fr;gap:clamp(70px,9vw,150px);background:radial-gradient(circle at 76% 49%,rgba(255,238,216,.18),transparent 24%),radial-gradient(circle at 70% 54%,rgba(126,72,255,.16),transparent 42%),linear-gradient(135deg,#050506,#0b0811 48%,#17101d);color:#f7f7f5;border-top:1px solid #27212f;border-bottom:1px solid #211b29}.manifesto:before{content:"";position:absolute;z-index:0;left:42%;top:50%;width:min(72vw,1040px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,244,225,.22) 0%,rgba(164,117,255,.12) 30%,rgba(82,42,154,.07) 50%,transparent 70%);filter:blur(10px);transform:translate(-10%,-50%);pointer-events:none}.manifesto:after{content:"";position:absolute;z-index:0;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent,rgba(2,2,3,.7));pointer-events:none}.manifesto>div,.manifesto>img{position:relative;z-index:1}.manifesto>div{max-width:680px}.manifesto .chapter-index{color:#f7f7f5}.manifesto h2{font-size:clamp(58px,6.2vw,92px);line-height:1;color:#f7f7f5;text-shadow:0 12px 56px rgba(0,0,0,.5)}.manifesto p:last-child{width:max-content;max-width:100%;margin-top:42px;padding:14px 20px;border:1px solid rgba(173,137,255,.24);border-radius:999px;background:#7a4cff17;color:#ded2ff;font-size:clamp(18px,2vw,28px);box-shadow:inset 0 1px #ffffff0d,0 18px 60px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.manifesto img{width:min(40vw,540px);border:1px solid rgba(255,255,255,.14);border-radius:48px;box-shadow:0 50px 120px #00000085,0 0 100px #905dff29;filter:saturate(.9) contrast(1.03)}@media(max-width:900px){.manifesto{grid-template-columns:1fr;gap:64px}.manifesto>div{justify-self:center;text-align:center}.manifesto p:last-child{margin-inline:auto}}@media(max-width:560px){.manifesto{min-height:auto;padding:110px 22px 100px;gap:48px}.manifesto:before{left:10%;top:62%;width:130vw}.manifesto h2{font-size:54px}.manifesto p:last-child{width:auto;margin-top:30px;padding:12px 16px;font-size:18px}.manifesto img{width:100%;border-radius:30px}}.nav-actions{justify-self:end;display:flex;align-items:center;gap:10px}.hero-picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero-picture .hero-image{width:100%;height:100%}.headline-lines span,.download-title span{display:block;white-space:nowrap}.headline-lines span+span,.download-title span+span{margin-top:.16em}.nav-menu{display:none;position:relative;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#121116b8;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-menu span{position:absolute;left:13px;width:16px;height:1.5px;border-radius:2px;background:currentColor;transition:transform .3s var(--ease),top .3s var(--ease)}.nav-menu span:first-child{top:17px}.nav-menu span:last-child{top:24px}.mobile-nav-open .nav-menu span:first-child{top:21px;transform:rotate(45deg)}.mobile-nav-open .nav-menu span:last-child{top:21px;transform:rotate(-45deg)}@media(max-width:900px){html{scroll-padding-top:72px}.site-nav{grid-template-columns:1fr auto;padding-inline:max(22px,env(safe-area-inset-left)) max(22px,env(safe-area-inset-right))}.site-nav .nav-menu{display:inline-grid}.site-nav>nav{position:absolute;top:calc(100% + 10px);left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));display:grid;gap:0;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0a090deb;box-shadow:0 28px 80px #00000085;-webkit-backdrop-filter:blur(24px) saturate(140%);backdrop-filter:blur(24px) saturate(140%);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top;transition:opacity .25s ease,transform .3s var(--ease),visibility .25s}.site-nav.mobile-nav-open>nav{opacity:1;visibility:visible;transform:none}.site-nav>nav a{display:flex;align-items:center;min-height:52px;padding:0 16px;border-radius:15px;color:#f5f3f8;font-size:15px}.site-nav>nav a+a{border-top:1px solid rgba(255,255,255,.07)}.site-nav>nav a:active{background:#7e4eff29}.hero-copy{width:min(680px,82vw)}.product-chapter{grid-template-columns:1fr}footer nav a{display:flex;align-items:center;min-height:44px}}@media(max-width:640px){:root{font-size:16px}body{overflow-x:clip}button,.hero-actions a{min-height:44px}.site-nav{height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right));background:linear-gradient(180deg,#050506d1,#05050661)}.site-nav.is-solid{background:#050506e0}.nav-brand,.nav-brand img{width:112px}.nav-actions{gap:8px}.nav-download{min-height:42px;padding:9px 13px;font-size:12px}.nav-menu{width:42px;height:42px}.nav-menu span{left:12px}.site-nav>nav{top:calc(100% + 8px)}.hero{min-height:max(900px,100svh);display:flex;align-items:flex-end}.hero-image{height:100%;object-position:62% top}.hero-shade{background:linear-gradient(180deg,#03030414,#03030424 33%,#030304db 56%,#030304 88%)}.hero-shade:before{display:none}.hero-copy{width:100%;padding:0 max(20px,env(safe-area-inset-right)) calc(64px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.hero-copy .eyebrow{margin-bottom:16px;font-size:9px;letter-spacing:.16em}.hero-word{margin-bottom:18px;font-size:clamp(52px,16vw,68px);letter-spacing:.025em}.hero h1{font-size:clamp(38px,10.8vw,46px);line-height:1.12;letter-spacing:-.055em}.hero h1 span:last-child{margin-top:.22em}.hero-lead{max-width:34em;margin-top:24px;font-size:14px;line-height:1.75}.hero-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;margin-top:26px}.hero-actions button{width:100%;min-width:0;padding:13px 18px}.hero-actions a{display:flex;align-items:center;padding:0 4px}.hero-path{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:26px;padding-top:16px;overflow:visible}.hero-path li,.hero-path li+li{padding:0 8px;border-left:1px solid rgba(255,255,255,.12)}.hero-path li:first-child{padding-left:0;border-left:0}.hero-path li:last-child{padding-right:0}.hero-path a{display:grid;gap:7px;font-size:11px;line-height:1.25;white-space:normal}.hero-path span{font-size:9px}.hero-note,.scroll-cue{display:none}.product-chapter{min-height:auto;gap:48px;padding:88px max(20px,env(safe-area-inset-right)) 96px max(20px,env(safe-area-inset-left))}.chapter-copy{max-width:none}.chapter-index{gap:14px;margin-bottom:22px;font-size:28px}.chapter-index strong{font-size:58px}.chapter-copy h2{font-size:clamp(38px,10.8vw,46px);line-height:1.12;letter-spacing:-.055em;white-space:normal}.chapter-today .chapter-copy h2{line-height:1.12}.chapter-title span+span{margin-top:.22em}.chapter-copy>p:not(.chapter-index){margin-top:24px;font-size:14px;line-height:1.8}.chapter-copy dl{margin-top:30px}.chapter-copy dl div{padding:17px 0}.chapter-copy dt{font-size:13px}.screen-stage,.screen-stage-today{width:100%}.screen-stage .iphone-device{width:min(82vw,304px);padding:4px;border-width:8px;border-radius:50px;transform:none;box-shadow:0 46px 100px #000000b3,0 18px 46px #4523a02e,inset 0 0 0 1px #ffffff29}.screen-stage:hover .iphone-device{transform:none}.iphone-screen{height:min(142vw,535px);border-radius:38px}.iphone-island{top:13px;width:88px;height:24px}.screen-stage .iphone-device:before{left:-13px;top:116px;height:82px}.screen-stage .iphone-device:after{right:-13px;top:144px;height:64px}.screen-stage figcaption{margin-top:16px;font-size:10px;letter-spacing:.1em}.manifesto{padding:96px max(20px,env(safe-area-inset-right)) 88px max(20px,env(safe-area-inset-left));gap:42px}.manifesto>div{width:100%;max-width:none;justify-self:stretch;text-align:left}.manifesto .chapter-index{margin-bottom:22px}.manifesto h2{font-size:clamp(38px,10.8vw,46px);line-height:1.12;letter-spacing:-.055em}.manifesto-title span+span{margin-top:.22em}.manifesto p:last-child{margin-inline:0;margin-top:28px;border-radius:18px;font-size:16px;line-height:1.5}.manifesto img{width:min(100%,420px);border-radius:26px}.download-section{padding:104px max(20px,env(safe-area-inset-right)) calc(92px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.download-section h2{font-size:clamp(38px,10.8vw,46px);line-height:1.12;letter-spacing:-.065em}.download-title span+span{margin-top:.22em}.download-section>p:not(.eyebrow){margin-top:26px;font-size:14px}.download-buttons{gap:12px;margin-top:32px}footer{gap:28px;padding:42px max(20px,env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.footer-brand{gap:6px}.footer-brand strong{font-size:19px}footer nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}footer nav a{border-bottom:1px solid #1d1b21}.footer-meta{gap:10px;padding-top:22px;font-size:10px;line-height:1.65}.modal-backdrop{align-items:end;padding:0}.download-dialog{width:100%;max-height:90svh;overflow-y:auto;padding:34px 20px calc(24px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}.dialog-close{min-width:48px;min-height:44px;right:16px;top:16px}.download-dialog h2{font-size:38px}.platform-tabs button{min-height:46px}.qr-placeholder{padding:18px}.qr-image{width:min(62vw,200px)}}@media(max-width:374px){.nav-download{display:none}.hero-word{font-size:50px}.hero h1{font-size:46px}.chapter-copy h2{font-size:38px}.hero-actions{grid-template-columns:1fr}.hero-actions a{justify-content:center}.screen-stage .iphone-device{width:min(86vw,286px)}}@media(max-width:900px)and (orientation:landscape)and (max-height:520px){.hero{min-height:760px}.hero-image{object-position:70% 20%}.hero-copy{padding-bottom:54px}}@media(min-width:641px)and (max-width:1024px){html{scroll-padding-top:76px}.product-chapter{min-height:800px;grid-template-columns:minmax(250px,.82fr) minmax(310px,1.18fr);align-items:center;gap:clamp(34px,5vw,56px);padding:96px clamp(28px,4.5vw,48px)}.chapter-copy{position:sticky;top:108px;max-width:430px;padding-top:0}.chapter-index{gap:15px;margin-bottom:24px;font-size:30px}.chapter-index strong{font-size:66px}.chapter-copy h2{font-size:clamp(40px,5.4vw,54px);line-height:1.1;white-space:normal}.chapter-copy>p:not(.chapter-index){margin-top:26px;font-size:14px;line-height:1.8}.chapter-copy dl{margin-top:34px}.chapter-copy dl div{padding:17px 0}.screen-stage,.screen-stage-today{justify-self:center;width:100%}.screen-stage .iphone-device{width:min(100%,342px);padding:5px;border-width:9px;border-radius:57px;transform:none}.screen-stage:hover .iphone-device{transform:translateY(-8px)}.iphone-screen{height:620px;border-radius:43px}.iphone-island{top:15px;width:98px;height:27px}.screen-stage .iphone-device:before{left:-14px;top:128px;height:92px}.screen-stage .iphone-device:after{right:-14px;top:158px;height:72px}.manifesto{min-height:760px;grid-template-columns:minmax(0,1fr) minmax(280px,.86fr);gap:clamp(32px,5vw,58px);padding:100px clamp(32px,5vw,54px)}.manifesto>div{width:100%;max-width:470px;justify-self:start;text-align:left}.manifesto h2{font-size:clamp(46px,6vw,62px);line-height:1.08}.manifesto p:last-child{width:auto;margin:32px 0 0;border-radius:20px;font-size:17px;line-height:1.5}.manifesto img{width:min(100%,390px);border-radius:34px}.download-section{min-height:650px;display:grid;align-content:center;padding:110px 40px}.download-section h2{font-size:clamp(58px,7vw,74px);line-height:1.04}footer{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:28px 40px;padding:44px clamp(28px,4.5vw,48px) 34px}footer nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 20px;justify-self:stretch;white-space:normal}footer nav a{min-height:42px;border-bottom:1px solid #1d1b21}.footer-meta{grid-column:1 / -1;display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid #18171b;white-space:normal}.footer-meta span+span{padding-left:0;border-left:0;text-align:right}.download-dialog{width:min(82vw,540px)}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.hero{min-height:100svh;display:flex;align-items:flex-end}.hero-image{height:100%;object-position:center top}.hero-shade{background:linear-gradient(180deg,#0303040f,#03030429 37%,#030304db 64%,#030304 94%)}.hero-shade:before{display:none}.hero-copy{width:100%;max-width:760px;padding:0 clamp(34px,6vw,62px) 64px}.hero-word{margin-bottom:20px;font-size:clamp(78px,11.5vw,104px)}.hero h1{font-size:clamp(48px,6.6vw,64px);line-height:1.06}.hero-lead{max-width:570px;margin-top:25px;font-size:15px}.hero-actions,.hero-path{margin-top:28px}.hero-note,.scroll-cue{display:none}}@media(min-width:641px)and (max-width:760px){.product-chapter{grid-template-columns:minmax(225px,.78fr) minmax(285px,1.22fr);gap:30px;padding-inline:26px}.chapter-copy h2{font-size:40px}.screen-stage .iphone-device{width:min(100%,318px)}.iphone-screen{height:578px}}
