@font-face{font-family:HarmonyOS Sans SC;src:url(/fonts/HarmonyOS_Sans_SC.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:100 900}:root{color:#111;font-synthesis:none;text-rendering:optimizelegibility;--background:#fafaf8;--surface:#fff;--text-primary:#111;--text-secondary:#686866;--text-tertiary:#92928d;--border:#e8e8e5;--spark-blue:#8fc9e8;--spark-blue-strong:#368eb9;--spark-blue-soft:#eef7fb;--dark:#0b0b0c;--page-padding:clamp(24px, 5.5vw, 88px);background:#fafaf8;font-family:HarmonyOS Sans SC,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{background:var(--background);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-shell{width:100%;max-width:100vw;min-height:100svh;overflow:hidden}.site-header{z-index:20;min-height:86px;padding:0 var(--page-padding);border-bottom:1px solid var(--border);background:#fafaf8f5;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:fixed;top:0;left:0;right:0}main{padding-top:86px}main section{scroll-margin-top:86px}.brand{justify-self:start;align-items:center;gap:12px;width:max-content;display:inline-flex}.brand__mark{background:#fff;border-radius:12px;width:48px;height:48px;position:relative;overflow:hidden}.brand__mark img{width:76px;max-width:none;height:76px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand__name{letter-spacing:-.02em;font-size:21px;font-weight:650}.brand__english{color:var(--text-tertiary);border-left:1px solid #d7d7d2;padding-left:10px;font-size:13px;line-height:1}.site-nav{color:var(--text-secondary);align-items:center;gap:34px;font-size:14px;display:flex}.site-nav a,.nav-download,.button--text{transition:color .18s}.site-nav a:hover,.site-nav a:focus-visible,.button--text:hover,.button--text:focus-visible{color:var(--text-primary)}.nav-download{background:var(--dark);color:#fff;border-radius:999px;justify-self:end;align-items:center;gap:8px;min-height:36px;padding:0 15px;font-size:13px;font-weight:600;display:inline-flex}.nav-download svg,.button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px;height:16px;transition:transform .18s}.nav-download:hover svg,.nav-download:focus-visible svg,.button--primary:hover svg,.button--primary:focus-visible svg{transform:translate(3px)}.hero{width:100%;max-width:1320px;min-height:calc(100svh - 86px);padding:clamp(72px, 9vh, 112px) var(--page-padding) clamp(62px, 7vh, 90px);grid-template-columns:minmax(470px,1fr) minmax(530px,1fr);align-items:center;margin:0 auto;display:grid;position:relative}.hero:before{background:linear-gradient(to bottom, transparent 2%, var(--border) 18%, var(--border) 82%, transparent 98%);content:"";width:1px;position:absolute;top:0;bottom:0;left:52%}.hero__copy{z-index:4;align-self:center;padding-right:clamp(30px,4vw,68px);position:relative}.hero__eyebrow{color:var(--text-secondary);letter-spacing:.08em;align-items:center;gap:10px;margin:0 0 clamp(22px,3vh,38px);font-size:13px;display:flex}.hero__eyebrow>span{background:var(--spark-blue-strong);border-radius:50%;width:7px;height:7px}.hero h1{letter-spacing:-.075em;max-width:780px;margin:0;font-size:clamp(52px,4.8vw,78px);font-weight:580;line-height:.98}.hero h1 span{white-space:nowrap;display:block}.hero__intro{color:var(--text-secondary);margin:clamp(28px,4vh,44px) 0 0;font-size:clamp(16px,1.25vw,19px);line-height:1.8}.hero__actions{align-items:center;gap:24px;margin-top:clamp(30px,4.5vh,48px);display:flex}.button{justify-content:center;align-items:center;gap:12px;min-height:48px;font-size:14px;display:inline-flex}.button--primary{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;min-width:154px;padding:0 22px;font-weight:650;transition:background-color .18s,color .18s}.button--primary:hover,.button--primary:focus-visible{background:#2a2a2b}.button--text{color:var(--text-secondary);gap:10px}.hero__signature{color:var(--text-tertiary);letter-spacing:.05em;margin:clamp(42px,7vh,72px) 0 0;font-size:12px}.hero__visual{justify-content:center;align-items:center;gap:clamp(16px,1.5vw,24px);height:min(74vh,720px);min-height:600px;margin-left:0;display:flex;position:relative;transform:translate(-28px)}.day-timeline{flex:0 0 160px;width:160px;height:660px;position:relative}.timeline-path{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.timeline-path--mobile{display:none}.timeline-path__base,.timeline-path__active{vector-effect:non-scaling-stroke}.timeline-path__base{stroke:#deded9;stroke-width:1px}.timeline-path__active{stroke:var(--spark-blue-strong);stroke-dasharray:1;stroke-dashoffset:1px;stroke-linecap:round;stroke-width:1.5px;animation:2.2s cubic-bezier(.68,0,.22,1) .35s forwards draw-trace}.moment{z-index:3;opacity:0;grid-template-columns:9px auto;grid-template-areas:"dot time"".label";column-gap:9px;animation:.52s ease-out forwards reveal-moment;display:grid;position:absolute;transform:translateY(8px)}.moment__dot{border:2px solid var(--background);background:var(--spark-blue-strong);width:7px;height:7px;box-shadow:0 0 0 1px var(--spark-blue-strong);border-radius:50%;grid-area:dot;align-self:center}.moment__time{color:var(--text-primary);font-variant-numeric:tabular-nums;grid-area:time;font-size:12px;line-height:1}.moment__label{color:var(--text-tertiary);grid-area:label;margin-top:5px;font-size:11px}.moment--wake{animation-delay:.76s;top:2%;left:8%}.moment--focus{animation-delay:1.16s;top:27%;left:51%}.moment--move{animation-delay:1.54s;top:53%;left:10%}.moment--read{animation-delay:1.96s;top:79%;left:55%}.device{z-index:2;aspect-ratio:920/2048;opacity:0;background:#151516;border:1px solid #b9b9b5;border-radius:48px;flex:none;width:clamp(278px,20vw,290px);margin:0;padding:7px;animation:.8s cubic-bezier(.22,1,.36,1) 1.05s forwards reveal-product;position:relative;transform:translateY(28px);box-shadow:0 32px 72px #11111121,inset 0 0 0 1px #ffffff40}.device__screen{background:#fff;border-radius:40px;width:100%;height:100%;overflow:hidden}.device__screen img{object-fit:cover;width:100%;height:100%;display:block}.device__side{background:#9c9c98;border-radius:3px 0 0 3px;width:3px;position:absolute;left:-4px}.device__side--top{height:9%;top:19%}.device__side--bottom{height:14%;top:31%}.hero__eyebrow,.hero h1,.hero__intro,.hero__actions,.hero__signature{opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) forwards reveal-copy;transform:translateY(14px)}.hero__eyebrow{animation-delay:80ms}.hero h1{animation-delay:.15s}.hero__intro{animation-delay:.26s}.hero__actions{animation-delay:.36s}.hero__signature{animation-delay:.47s}@keyframes draw-trace{to{stroke-dashoffset:0}}@keyframes reveal-copy{to{opacity:1;transform:translateY(0)}}@keyframes reveal-moment{to{opacity:1;transform:translateY(0)}}@keyframes reveal-product{to{opacity:1;transform:translateY(0)}}.today-story{width:100%;max-width:1320px;padding:clamp(110px, 14vw, 190px) var(--page-padding) clamp(120px, 15vw, 210px);margin:0 auto;position:relative}.today-story:before{top:0;right:var(--page-padding);left:var(--page-padding);background:var(--border);content:"";height:1px;position:absolute}[data-reveal]{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transform:translateY(36px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.today-story__intro{grid-template-columns:minmax(120px,.38fr) minmax(420px,1.2fr) minmax(260px,.7fr);align-items:end;column-gap:clamp(28px,5vw,76px);margin-bottom:clamp(100px,12vw,164px);display:grid}.section-index{color:var(--spark-blue-strong);letter-spacing:.14em;align-self:start;margin:12px 0 0;font-size:12px;font-weight:650}.today-story__intro h2{letter-spacing:-.07em;max-width:720px;margin:0;font-size:clamp(54px,6.8vw,94px);font-weight:570;line-height:.98}.today-story__intro>p:last-child{color:var(--text-secondary);margin:0 0 6px;font-size:clamp(16px,1.35vw,19px);line-height:1.8}.today-slice{align-items:center;gap:clamp(48px,7vw,108px);margin-top:clamp(120px,15vw,210px);display:grid;position:relative}.today-slice--status{grid-template-columns:minmax(280px,.7fr) minmax(560px,1.3fr);align-items:start;margin-top:0}.today-slice--tasks,.today-slice--daily{grid-template-columns:minmax(300px,.75fr) minmax(420px,1.25fr)}.today-slice--behavior{grid-template-columns:minmax(470px,1.25fr) minmax(300px,.75fr)}.slice-copy{z-index:2;max-width:430px;position:relative}.slice-copy__number{color:var(--spark-blue-strong);font-variant-numeric:tabular-nums;letter-spacing:.12em;margin-bottom:54px;font-size:13px;display:block}.slice-copy__name{color:var(--text-secondary);letter-spacing:.08em;margin:0 0 18px;font-size:14px}.slice-copy h3{letter-spacing:-.06em;margin:0;font-size:clamp(38px,4.5vw,66px);font-weight:570;line-height:1.08}.slice-copy__detail{max-width:390px;color:var(--text-secondary);margin:30px 0 0;font-size:16px;line-height:1.9}.product-shot{border:1px solid var(--border);background:#fff;margin:0;position:relative;overflow:hidden}.product-shot img{object-fit:cover;width:100%;height:100%;display:block}.status-sequence{background:#f1f1ee;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(22px,3vw,42px);padding:clamp(28px,4vw,52px);display:grid;position:relative}.product-shot--status-top,.product-shot--status-bottom{aspect-ratio:840/1500}.product-shot--status-top{margin-bottom:70px}.product-shot--status-bottom{margin-top:70px}.product-shot--status-top img,.product-shot--status-bottom img{object-position:top}.sequence-cue{z-index:3;color:var(--text-tertiary);letter-spacing:.08em;background:#f1f1ee;align-items:center;gap:8px;padding:7px 10px;font-size:11px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(90deg)}.sequence-cue span{background:var(--spark-blue-strong);width:24px;height:1px;display:block}.today-slice--tasks{background:var(--spark-blue-soft);min-height:760px;padding:clamp(58px,8vw,110px);overflow:hidden}.product-shot--tasks{border-color:#d9e5ea;justify-self:end;width:min(100%,470px);height:680px}.product-shot--tasks img{object-position:top}.today-slice--behavior{align-items:center}.behavior-frame{background:#0b0b0c;min-height:780px;padding:clamp(36px,5vw,68px);display:grid;position:relative}.product-shot--behavior{border-color:#242426;justify-self:center;width:min(100%,460px);height:680px}.product-shot--behavior img{object-position:top}.behavior-key{color:#8e8e92;gap:14px;font-size:11px;display:flex;position:absolute;bottom:20px;right:22px}.behavior-key span{align-items:center;gap:6px;display:flex}.behavior-key i{background:#6d6d70;border-radius:50%;width:5px;height:5px}.behavior-key span:last-child i{background:var(--spark-blue)}.today-slice--daily{background:#f1f1ee;min-height:760px;padding:clamp(58px,8vw,110px)}.product-shot--daily{justify-self:end;width:min(100%,470px);height:670px}.product-shot--daily img{object-position:top}.day-convergence{min-height:300px;margin-top:clamp(140px,17vw,230px);position:relative}.day-convergence>svg{width:100%;height:170px;position:absolute;top:0;left:0;overflow:visible}.day-convergence path{vector-effect:non-scaling-stroke;stroke:#c9c9c4;stroke-width:1px}.day-convergence path:nth-child(2),.day-convergence path:nth-child(4){stroke:var(--spark-blue-strong)}.day-convergence circle{fill:var(--spark-blue-strong)}.day-convergence__result{z-index:2;background:var(--background);text-align:center;width:310px;padding:0 30px;position:absolute;top:48px;left:50%;transform:translate(-50%)}.day-convergence__result span{color:var(--text-tertiary);font-variant-numeric:tabular-nums;letter-spacing:.12em;font-size:12px;display:block}.day-convergence__result strong{letter-spacing:-.04em;margin-top:8px;font-size:29px;font-weight:590;display:block}.day-convergence__result p{color:var(--text-secondary);margin:28px -60px 0;font-size:15px;line-height:1.7}@media (width<=1180px){.hero{grid-template-columns:minmax(440px,.92fr) minmax(500px,1.08fr)}.hero h1{font-size:clamp(50px,5vw,70px)}.day-timeline{flex-basis:150px;width:150px}.today-story__intro{grid-template-columns:100px 1fr 280px}.today-slice--status{grid-template-columns:minmax(250px,.65fr) minmax(500px,1.35fr)}.today-slice--tasks,.today-slice--daily,.today-slice--behavior{gap:60px;padding-left:60px;padding-right:60px}}@media (width<=920px){.site-header{grid-template-columns:1fr auto}.site-nav{display:none}.hero{min-height:auto;padding-top:74px;display:block}.hero:before{display:none}.hero__copy{max-width:720px;padding-right:0}.hero h1{max-width:700px;font-size:clamp(50px,8.5vw,70px)}.hero__visual{max-width:700px;height:700px;margin:28px auto 0;transform:none}.today-story__intro{grid-template-columns:1fr;align-items:start}.section-index{margin:0 0 34px}.today-story__intro>p:last-child{margin-top:30px}.today-slice--status,.today-slice--tasks,.today-slice--behavior,.today-slice--daily{grid-template-columns:1fr}.today-slice--tasks,.today-slice--daily{padding:58px}.today-slice--behavior .slice-copy{grid-row:1}.product-shot--tasks,.product-shot--daily{justify-self:center;width:min(100%,500px)}.behavior-frame{min-height:710px}}@media (width<=620px){:root{--page-padding:20px}.site-header{justify-content:space-between;width:100%;min-height:72px;display:flex}.brand__mark{width:42px;height:42px}.brand__mark img{width:68px;height:68px}.brand__english{display:none}.nav-download{min-height:34px;padding:0 13px}.hero{padding-top:56px;padding-bottom:44px}.hero h1{letter-spacing:-.07em;font-size:clamp(40px,11.5vw,48px);line-height:1.02}.hero__intro{font-size:15px;line-height:1.75}.hero__actions{flex-direction:column;align-items:flex-start;gap:10px}.button--text{min-height:40px}.hero__signature{margin-top:34px}.hero__visual{flex-direction:column;gap:4px;width:calc(100% + 40px);height:auto;min-height:0;margin:20px -20px 0}.day-timeline{flex:none;width:100%;height:170px}.timeline-path--desktop{display:none}.timeline-path--mobile{display:block}.moment--wake{top:48%;left:2%}.moment--focus{top:20%;left:28%}.moment--move{top:47%;left:54%}.moment--read{top:23%;left:79%}.device{border-radius:44px;width:min(78vw,318px)}.device__screen{border-radius:36px}.today-story{padding-top:96px;padding-bottom:120px}.today-story__intro{margin-bottom:86px}.today-story__intro h2{font-size:clamp(46px,13vw,62px)}.today-story__intro>p:last-child{font-size:15px}.today-slice{gap:38px;margin-top:108px}.today-slice--status{margin-top:0}.slice-copy__number{margin-bottom:36px}.slice-copy h3{font-size:clamp(38px,10.6vw,52px)}.slice-copy__detail{margin-top:22px;font-size:15px}.status-sequence{margin:0 -20px;padding:24px 38px 58px;display:block}.product-shot--status-top,.product-shot--status-bottom{aspect-ratio:840/1390;width:86%}.product-shot--status-top{margin:0 auto 0 0}.product-shot--status-bottom{margin:-64px 0 0 auto}.sequence-cue{top:48%;left:auto;right:3px;transform:rotate(90deg)}.today-slice--tasks,.today-slice--daily{min-height:0;margin-left:-20px;margin-right:-20px;padding:54px 38px}.product-shot--tasks,.product-shot--daily{width:100%;height:min(145vw,650px)}.behavior-frame{min-height:0;margin:0 -20px;padding:38px}.product-shot--behavior{width:100%;height:min(145vw,650px)}.day-convergence{min-height:320px;margin-top:120px}.day-convergence>svg{width:660px;left:50%;transform:translate(-50%)}.day-convergence__result{width:250px;padding:0 18px}.day-convergence__result p{margin-left:-32px;margin-right:-32px}}.today-showcase{background:#f0f0ed;grid-template-columns:minmax(360px,.88fr) minmax(480px,1.12fr);align-items:center;gap:clamp(54px,7vw,110px);min-height:900px;padding:clamp(64px,8vw,118px);display:grid}.today-showcase__copy{max-width:520px}.today-showcase__count{color:var(--spark-blue-strong);font-variant-numeric:tabular-nums;letter-spacing:.14em;margin-bottom:52px;font-size:12px;display:block}.today-showcase__name{color:var(--text-secondary);letter-spacing:.08em;margin:0 0 20px;font-size:14px}.today-showcase__copy h3{letter-spacing:-.065em;max-width:580px;margin:0;font-size:clamp(46px,5vw,72px);font-weight:570;line-height:1.05;animation:.48s cubic-bezier(.22,1,.36,1) both showcase-copy-in}.today-showcase__detail{max-width:450px;color:var(--text-secondary);margin:30px 0 0;font-size:16px;line-height:1.9;animation:.52s cubic-bezier(.22,1,.36,1) 60ms both showcase-copy-in}.today-tabs{border-top:1px solid #d4d4cf;gap:0;margin-top:clamp(54px,7vw,86px);display:grid}.today-tabs button{color:#8d8d88;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #d4d4cf;grid-template-columns:42px 1fr;align-items:center;padding:0;font-size:14px;transition:color .18s;display:grid;position:relative;overflow:hidden}.today-tabs button>span{font-variant-numeric:tabular-nums;font-size:11px}.today-tabs button>i{background:0 0;height:1px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.today-tabs button>i:after{background:var(--spark-blue-strong);content:"";transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.today-tabs button:hover,.today-tabs button:focus-visible,.today-tabs button.is-active{color:var(--text-primary)}.today-tabs button.is-active>i:after{animation:3.2s linear forwards today-progress}.today-showcase__stage{justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.today-phone{z-index:2;aspect-ratio:840/1867;background:#111112;border:1px solid #747471;border-radius:58px;width:min(100%,410px);margin:0;padding:8px;position:relative;box-shadow:0 34px 70px #1111112b}.today-phone__screen{background:#fff;border-radius:49px;width:100%;height:100%;overflow:hidden}.today-phone__page,.status-pages img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.today-phone__page{animation:.52s cubic-bezier(.22,1,.36,1) both phone-page-in}.status-pages{width:100%;height:200%;transition:transform .72s cubic-bezier(.65,0,.35,1)}.status-pages img{height:50%}.status-pages--lower{transform:translateY(-50%)}.today-phone__side{background:#969693;border-radius:3px 0 0 3px;width:3px;position:absolute;left:-4px}.today-phone__side--top{height:9%;top:19%}.today-phone__side--bottom{height:14%;top:31%}.status-depth-control{color:var(--text-secondary);font:inherit;letter-spacing:.05em;writing-mode:vertical-rl;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:11px;display:flex;position:absolute;bottom:10%;right:0}.status-depth-control:before{background:var(--spark-blue-strong);content:"";width:1px;height:42px;display:block}.status-depth-control i{font-style:normal;transition:transform .24s}.status-depth-control i.is-up{transform:rotate(180deg)}.today-showcase__note{max-width:900px;color:var(--text-primary);letter-spacing:-.055em;text-align:center;margin:clamp(110px,14vw,190px) auto 0;font-size:clamp(34px,4.4vw,64px);font-weight:540;line-height:1.15}.final-cta{border-top:1px solid var(--border);background:var(--background);min-height:100svh;color:var(--text-primary)}.final-cta__inner{min-height:calc(100svh - 190px);padding:clamp(110px, 14vw, 190px) var(--page-padding);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.final-cta__inner:before{background:var(--spark-blue-strong);content:"";width:72px;height:2px;position:absolute;top:clamp(64px,8vw,104px);left:50%;transform:translate(-50%)}.final-cta__eyebrow{color:var(--text-tertiary);letter-spacing:.18em;margin:0 0 42px;font-size:11px}.final-cta h2{letter-spacing:-.075em;margin:0;font-size:clamp(64px,9.2vw,146px);font-weight:520;line-height:.94}.final-cta h2 span{display:block}.final-cta__copy{color:var(--text-secondary);margin:42px 0 0;font-size:clamp(15px,1.3vw,19px)}.final-cta__actions{justify-content:center;gap:12px;margin-top:44px;display:flex}.final-button{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 24px;font-size:14px;font-weight:600;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.final-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px;height:16px}.final-button--light{border-color:var(--dark);background:var(--dark);color:#fff}.final-button--light:hover,.final-button--light:focus-visible{background:#2a2a2b}.final-button--dark{color:var(--text-primary);background:0 0}.final-button--dark:hover,.final-button--dark:focus-visible{background:#f1f1ed;border-color:#cfcfca}.site-footer{min-height:190px;padding:42px var(--page-padding);border-top:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.footer-brand{justify-self:start;align-items:center;gap:10px;font-size:14px;font-weight:620;display:inline-flex}.footer-brand__mark{background:#fff;border-radius:9px;width:34px;height:34px;position:relative;overflow:hidden}.footer-brand__mark img{width:54px;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-brand small{color:var(--text-tertiary);border-left:1px solid #d5d5d0;padding-left:10px;font-size:11px;font-weight:400}.footer-links{color:var(--text-secondary);gap:30px;font-size:12px;display:flex}.site-footer>p{color:var(--text-tertiary);justify-self:end;margin:0;font-size:11px}@keyframes showcase-copy-in{0%{opacity:0;transform:translateY(12px)}}@keyframes phone-page-in{0%{opacity:0;transform:translateY(14px)}}@keyframes today-progress{to{transform:scaleX(1)}}@media (width<=920px){.today-showcase{grid-template-columns:1fr;min-height:0;padding:68px 48px}.today-showcase__copy{max-width:680px}.today-tabs{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px}.today-showcase__stage{margin-top:18px}.today-phone{width:min(70vw,410px)}.status-depth-control{right:calc(50% - min(37vw,230px))}.site-footer{grid-template-columns:1fr auto}.site-footer>p{display:none}}@media (width<=620px){.today-showcase{margin-left:-20px;margin-right:-20px;padding:54px 20px 68px}.today-showcase__count{margin-bottom:38px}.today-showcase__copy h3{font-size:clamp(40px,11.8vw,54px)}.today-showcase__detail{font-size:15px}.today-tabs{margin-top:44px}.today-phone{border-radius:50px;width:min(88vw,390px)}.today-phone__screen{border-radius:42px}.status-depth-control{background:#f0f0edf0;padding:7px 5px;bottom:7%;right:-2px}.today-showcase__note{font-size:clamp(34px,10vw,48px)}.final-cta__inner{text-align:left;align-items:flex-start;min-height:82svh}.final-cta__eyebrow{margin-bottom:34px}.final-cta h2{font-size:clamp(58px,17vw,78px);line-height:.98}.final-cta__copy{max-width:290px;line-height:1.7}.final-cta__actions{flex-direction:column;align-items:stretch;width:100%}.site-footer{flex-direction:column;align-items:flex-start;gap:34px;min-height:220px;display:flex}.footer-links{gap:24px}}.today-story{padding-top:clamp(68px,7vw,94px);padding-bottom:clamp(86px,9vw,120px)}.today-story__intro{grid-template-columns:110px minmax(420px,1fr) minmax(280px,.62fr);column-gap:clamp(28px,4vw,60px);margin-bottom:clamp(44px,5vw,66px)}.today-story__intro h2{font-size:clamp(38px,3.5vw,48px);line-height:1.02}.today-story__intro>p:last-child{font-size:15px;line-height:1.7}.today-showcase{grid-template-columns:minmax(350px,.95fr) minmax(370px,1.05fr);gap:clamp(44px,5vw,76px);min-height:690px;padding:clamp(42px,5vw,68px)}.today-showcase__count{margin-bottom:32px}.today-showcase__name{margin-bottom:14px}.today-showcase__copy h3{font-size:clamp(30px,2.5vw,34px);line-height:1.18}.today-showcase__detail{margin-top:20px;font-size:18px;line-height:1.72}.today-tabs{margin-top:clamp(30px,4vw,46px)}.today-tabs button{min-height:48px;font-size:15px}.today-showcase__principle{color:var(--text-tertiary);margin:26px 0 0;font-size:12px;line-height:1.7}.today-phone{border-radius:50px;width:min(100%,290px)}.today-phone__screen{border-radius:42px}.status-depth-control{right:2px}.final-cta__inner{min-height:calc(100svh - 160px);padding-top:clamp(92px,10vw,132px);padding-bottom:clamp(82px,9vw,116px)}.final-cta h2{font-size:clamp(48px,5.2vw,76px);line-height:.98}.final-cta__copy{margin-top:30px}.final-cta__actions{margin-top:34px}.site-footer{min-height:160px}@media (width<=920px){.today-story__intro{grid-template-columns:1fr}.today-showcase{min-height:0}.today-phone{width:min(54vw,290px)}.status-depth-control{right:calc(50% - min(31vw,190px))}}@media (width<=620px){.today-story{padding-top:60px;padding-bottom:82px}.today-story__intro{margin-bottom:36px}.today-story__intro h2{font-size:clamp(34px,9vw,40px)}.today-story__intro>p:last-child{margin-top:18px;font-size:14px}.section-index{margin-bottom:24px}.today-showcase{gap:28px;padding:40px 20px 48px}.today-showcase__copy h3{font-size:clamp(28px,7.5vw,34px)}.today-showcase__detail{font-size:16px}.today-tabs{margin-top:28px}.today-tabs button{grid-template-columns:32px 1fr;min-height:44px;font-size:13px}.today-showcase__principle{margin-top:20px}.today-phone{border-radius:46px;width:min(74vw,286px)}.today-phone__screen{border-radius:38px}.status-depth-control{right:-5px}.final-cta__inner{min-height:calc(100svh - 220px);padding-top:88px;padding-bottom:72px}.final-cta__inner:before{top:58px}.final-cta h2{font-size:clamp(40px,11vw,52px);line-height:1}.final-cta__copy{margin-top:26px;font-size:14px}}.growth-story{width:min(100%,1320px);padding:clamp(68px, 7vw, 94px) var(--page-padding) clamp(86px, 9vw, 120px);border-top:1px solid var(--border);background:var(--background);margin:0 auto}.growth-story__intro{grid-template-columns:110px minmax(420px,1fr) minmax(280px,.62fr);align-items:end;column-gap:clamp(28px,4vw,60px);margin-bottom:clamp(44px,5vw,66px);display:grid}.growth-story__intro h2{letter-spacing:-.055em;margin:0;font-size:clamp(38px,3.5vw,48px);font-weight:560;line-height:1.02}.growth-story__intro>p:last-child{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.7}.growth-showcase{background:#f0f0ed;grid-template-columns:minmax(370px,1.05fr) minmax(350px,.95fr);align-items:center;gap:clamp(44px,5vw,76px);min-height:690px;padding:clamp(42px,5vw,68px);display:grid}.growth-showcase__stage{justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.growth-phone{z-index:2;aspect-ratio:840/1867;background:#111112;border:1px solid #747471;border-radius:50px;width:min(100%,290px);margin:0;padding:8px;position:relative;box-shadow:0 34px 70px #11111124}.growth-phone__screen{background:#fff;border-radius:42px;width:100%;height:100%;overflow:hidden}.growth-phone__page{object-fit:contain;object-position:center;width:100%;height:100%;animation:.52s cubic-bezier(.22,1,.36,1) both phone-page-in;display:block}.growth-phone__side{background:#969693;border-radius:3px 0 0 3px;width:3px;position:absolute;left:-4px}.growth-phone__side--top{height:9%;top:19%}.growth-phone__side--bottom{height:14%;top:31%}.growth-showcase__copy{max-width:520px}.growth-showcase__count{color:var(--spark-blue-strong);font-variant-numeric:tabular-nums;letter-spacing:.14em;margin-bottom:32px;font-size:12px;display:block}.growth-showcase__name{color:var(--text-secondary);letter-spacing:.08em;margin:0 0 14px;font-size:14px}.growth-showcase__copy h3{letter-spacing:-.05em;max-width:580px;margin:0;font-size:clamp(30px,2.5vw,34px);font-weight:570;line-height:1.18;animation:.48s cubic-bezier(.22,1,.36,1) both showcase-copy-in}.growth-showcase__detail{max-width:450px;color:var(--text-secondary);margin:20px 0 0;font-size:18px;line-height:1.72;animation:.52s cubic-bezier(.22,1,.36,1) 60ms both showcase-copy-in}.growth-tabs{border-top:1px solid #d4d4cf;gap:0;margin-top:clamp(30px,4vw,46px);display:grid}.growth-tabs button{color:#8d8d88;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #d4d4cf;grid-template-columns:42px 1fr;align-items:center;padding:0;font-size:15px;transition:color .18s;display:grid;position:relative;overflow:hidden}.growth-tabs button>span{font-variant-numeric:tabular-nums;font-size:11px}.growth-tabs button>i{height:1px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.growth-tabs button>i:after{background:var(--spark-blue-strong);content:"";transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.growth-tabs button:hover,.growth-tabs button:focus-visible,.growth-tabs button.is-active{color:var(--text-primary)}.growth-tabs button.is-active>i:after{animation:3.2s linear forwards today-progress}.growth-showcase__principle{color:var(--text-tertiary);margin:26px 0 0;font-size:12px;line-height:1.7}.asset-story{border-top-color:#deded9}.life-story{border-top-color:#e4e1dc}.life-showcase{background:#f5f2ed}.life-tabs{max-width:450px}.asset-showcase{background:#f4f4f1}.asset-tabs button.is-active.is-curve>i:after{animation-duration:6.4s}.decision-story{border-top-color:#deded9}.decision-showcase{background:#f2f1ed}.decision-tabs button.is-active>i:after{animation-duration:3.2s}.my-story{border-top-color:#e3e1dc}.my-showcase{background:#f5f3ef}.my-tabs{max-width:450px}.local-first-note{width:min(100%,1320px);padding:clamp(82px, 9vw, 128px) var(--page-padding);border-top:1px solid var(--border);background:var(--background);margin:0 auto}.local-first-note__inner{grid-template-columns:110px minmax(0,1fr);gap:30px clamp(28px,4vw,60px);max-width:1020px;display:grid}.local-first-note h2{letter-spacing:-.045em;max-width:720px;margin:0;font-size:clamp(30px,3vw,42px);font-weight:560;line-height:1.14}.local-first-note__copy{border-top:1px solid var(--border);grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,4vw,56px);padding-top:30px;display:grid}.local-first-note__copy p,.local-first-note__fineprint{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.9}.local-first-note__principles{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-column:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:10px;display:grid}.local-first-note__principles article{border-left:1px solid var(--border);padding:26px clamp(18px,2.5vw,32px) 28px}.local-first-note__principles article:first-child{border-left:0;padding-left:0}.local-first-note__principles span{color:var(--spark-blue-strong);font-variant-numeric:tabular-nums;letter-spacing:.12em;font-size:10px}.local-first-note__principles h3{letter-spacing:-.025em;margin:14px 0 0;font-size:17px;font-weight:570;line-height:1.45}.local-first-note__principles p{color:var(--text-secondary);margin:12px 0 0;font-size:13px;line-height:1.75}.local-first-note__fineprint{max-width:720px;color:var(--text-tertiary);grid-column:2;font-size:12px}.asset-placeholder{text-align:center;background:#fbfbf9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:42px 28px;display:flex}.asset-placeholder:before{background:var(--spark-blue-strong);content:"";width:1px;height:96px;margin-bottom:30px}.asset-placeholder span{color:var(--spark-blue-strong);letter-spacing:.16em;font-size:11px}.asset-placeholder strong{letter-spacing:-.04em;margin-top:14px;font-size:25px;font-weight:570}.asset-placeholder p{max-width:190px;color:var(--text-secondary);margin:18px 0 0;font-size:12px;line-height:1.75}@media (width<=920px){.growth-story__intro{grid-template-columns:1fr;align-items:start}.growth-story__intro>p:last-child{margin-top:18px}.growth-showcase{grid-template-columns:1fr;min-height:0;padding:68px 48px}.growth-showcase__stage{grid-row:2;margin-top:18px}.growth-showcase__copy{max-width:680px}.growth-tabs{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px}.growth-phone{width:min(54vw,290px)}.local-first-note__inner{grid-template-columns:1fr}.local-first-note__copy,.local-first-note__principles,.local-first-note__fineprint{grid-column:1}}@media (width<=620px){.growth-story{padding-top:60px;padding-bottom:82px}.growth-story__intro{margin-bottom:36px}.growth-story__intro h2{font-size:clamp(34px,9vw,40px)}.growth-story__intro>p:last-child{font-size:14px}.growth-showcase{gap:28px;margin-left:-20px;margin-right:-20px;padding:40px 20px 48px}.growth-showcase__copy h3{font-size:clamp(28px,7.5vw,34px)}.growth-showcase__detail{font-size:16px}.growth-tabs{margin-top:28px}.growth-tabs button{grid-template-columns:32px 1fr;min-height:44px;font-size:13px}.growth-phone{border-radius:46px;width:min(74vw,286px)}.growth-phone__screen{border-radius:38px}.growth-showcase__principle{margin-top:20px}.local-first-note{padding-top:72px;padding-bottom:82px}.local-first-note__copy{grid-template-columns:1fr;gap:22px}.local-first-note__principles{grid-template-columns:1fr}.local-first-note__principles article,.local-first-note__principles article:first-child{border-top:1px solid var(--border);border-left:0;padding:22px 0}.local-first-note__principles article:first-child{border-top:0}.local-first-note h2{font-size:clamp(28px,8vw,34px)}.local-first-note__copy p{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.day-trace__active{stroke-dashoffset:0}[data-reveal]{opacity:1;transform:none}}.final-cta__inner{width:min(100%,1180px);min-height:calc(100svh - 190px);padding:clamp(96px, 11vw, 150px) var(--page-padding) clamp(82px, 9vw, 120px);text-align:left;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:end;gap:clamp(50px,7vw,110px);margin:0 auto;display:grid}.final-cta__inner:before{top:clamp(62px,7vw,92px);left:var(--page-padding);width:54px;transform:none}.final-cta__heading{align-self:center}.final-cta__eyebrow{margin-bottom:30px}.final-cta h2{letter-spacing:-.065em;max-width:720px;font-size:clamp(48px,5.8vw,82px);font-weight:540;line-height:.98}.final-cta__content{border-left:1px solid var(--border);align-self:stretch;gap:48px;padding:6px 0 0 clamp(28px,4vw,58px);display:grid}.final-cta__copy{max-width:360px;margin:0;font-size:15px;line-height:1.8}.final-cta__actions{justify-content:flex-start;margin-top:28px}.final-cta__modules{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none;display:grid}.final-cta__modules li{border-bottom:1px solid var(--border);min-height:42px;color:var(--text-secondary);grid-template-columns:32px 1fr;align-items:center;font-size:13px;display:grid}.final-cta__modules span{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:10px}.download-dialog{z-index:100;background:#11111157;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.download-dialog__panel{border:1px solid var(--border);background:var(--background);text-align:center;width:min(100%,480px);padding:42px;position:relative;box-shadow:0 28px 80px #11111129}.download-dialog__close{width:36px;height:36px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;font-size:26px;line-height:1;position:absolute;top:14px;right:16px}.download-dialog__eyebrow{color:var(--spark-blue-strong);letter-spacing:.16em;margin:0 0 20px;font-size:10px}.download-dialog h2{letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,40px);font-weight:560}.download-dialog__copy{max-width:330px;color:var(--text-secondary);margin:18px auto 0;font-size:14px;line-height:1.8}.download-dialog__qr{border:1px solid var(--border);background:#fff;place-items:center;width:230px;min-height:230px;margin:28px auto 0;padding:10px;display:grid}.download-dialog__qr img{width:100%;height:auto;display:block}.download-dialog__qr span{color:var(--text-tertiary);font-size:12px}.download-dialog__alternative{justify-content:center;align-items:center;gap:10px;margin-top:22px;font-size:13px;display:flex}.download-dialog__alternative span{color:var(--text-tertiary)}.download-dialog__alternative a{color:var(--text-primary);text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:4px}.download-dialog__direct{background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:50px;margin-top:28px;padding:0 24px;font-size:14px;font-weight:600;display:inline-flex}.download-dialog__direct svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px}@media (width<=920px){.final-cta__inner{grid-template-columns:1fr;align-items:start;gap:54px;min-height:0}.final-cta__content{border-top:1px solid var(--border);border-left:0;padding:38px 0 0}}@media (width<=620px){.final-cta__inner{padding-top:92px;padding-bottom:74px}.final-cta h2{font-size:clamp(42px,12vw,56px)}.final-cta__actions{flex-direction:column;align-items:stretch}.final-button{width:100%}.download-dialog{align-items:end;padding:0}.download-dialog__panel{border-bottom:0;border-left:0;border-right:0;width:100%;padding:42px 24px 34px}}.site-footer{min-height:0;padding:40px var(--page-padding) 28px;display:block}.site-footer__main{grid-template-columns:1fr auto minmax(250px,1fr);align-items:center;gap:36px;display:grid}.footer-contact{color:var(--text-secondary);flex-direction:column;justify-self:end;gap:5px;font-size:13px;display:flex}.footer-contact span{color:var(--text-tertiary);letter-spacing:.12em;font-size:10px}.footer-contact:hover,.footer-contact:focus-visible{color:var(--text-primary)}.site-footer__legal{border-top:1px solid var(--border);justify-content:space-between;gap:24px;margin-top:30px;padding-top:20px;display:flex}.site-footer__legal p{color:var(--text-tertiary);margin:0;font-size:11px}@media (width<=760px){.site-footer__main{grid-template-columns:1fr;justify-items:start}.footer-contact{justify-self:start}.site-footer__legal{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=1100px){.site-header{justify-content:space-between;display:flex}.site-nav{display:none}.hero{min-height:auto;display:block}.hero:before{display:none}.hero__copy{max-width:720px;padding-right:0}.hero__visual{max-width:720px;margin-left:auto;margin-right:auto;transform:none}.today-story__intro,.growth-story__intro{grid-template-columns:minmax(0,1fr);align-items:start}.today-story__intro>p:last-child,.growth-story__intro>p:last-child{max-width:560px;margin-top:18px}.today-showcase,.growth-showcase{grid-template-columns:minmax(0,1fr);gap:36px;min-height:0}.today-showcase__copy,.growth-showcase__copy{grid-area:1/1;width:100%;max-width:none}.today-showcase__stage,.growth-showcase__stage{grid-area:2/1;width:100%;min-width:0;margin-top:4px}.today-tabs,.growth-tabs{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.today-phone,.growth-phone{width:min(72vw,300px);max-width:100%}.status-depth-control{right:calc(50% - min(38vw,178px))}}@media (width<=620px){:root{--page-padding:18px}.site-header{min-height:70px}main{padding-top:70px}main section{scroll-margin-top:70px}.hero{padding-top:48px;padding-bottom:70px}.hero h1{font-size:clamp(38px,10.8vw,46px)}.hero__visual{width:100%;margin:32px 0 0}.today-story,.growth-story{padding-top:54px;padding-bottom:72px}.today-story__intro,.growth-story__intro{margin-bottom:30px}.today-story__intro h2,.growth-story__intro h2{font-size:clamp(30px,8.6vw,36px);line-height:1.12}.today-showcase,.growth-showcase{gap:30px;width:100%;margin-left:0;margin-right:0;padding:32px 16px 40px;overflow:hidden}.today-showcase__count,.growth-showcase__count{margin-bottom:22px}.today-showcase__copy h3,.growth-showcase__copy h3{font-size:clamp(27px,7.7vw,33px);line-height:1.2}.today-showcase__detail,.growth-showcase__detail{margin-top:16px;font-size:15px;line-height:1.75}.today-tabs,.growth-tabs{column-gap:16px;margin-top:24px}.today-tabs button,.growth-tabs button{min-width:0;min-height:44px;font-size:13px}.today-phone,.growth-phone{width:min(82vw,300px)}.status-depth-control{right:-2px}}
