:root{color-scheme:dark;--bg:#17191f;--surface:#20232b;--line:#363943;--ink:#f4f4ed;--muted:#b3b7c2;--accent:#fa9428;--paper:#f1f2ee;--paper-ink:#22252d;--paper-muted:#595f6b;--paper-line:#d4d7d3;--ease:cubic-bezier(.16,1,.3,1);--font:'Segoe UI Variable Display','Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6}button,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}a,button,summary,textarea{outline-offset:5px}a:focus-visible,button:focus-visible,summary:focus-visible,textarea:focus-visible{outline:2px solid var(--accent)}button:focus-visible{outline-offset:2px}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}img{max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;font-weight:650;letter-spacing:-.04em;text-wrap:balance}p{color:var(--muted);text-wrap:pretty}h2{font-size:clamp(34px,3.8vw,50px)}.wrap{width:min(1240px,calc(100% - 88px));margin-inline:auto}

/* nav */
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:27px}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:650;letter-spacing:-.035em}.brand img{border-radius:12px}.brand i{font-style:normal;font-weight:400;color:var(--accent);margin-inline:2px}.brand-icons{display:flex;flex-shrink:0}.brand-icons img{border-radius:22.5%}.brand-icons img+img{margin-left:-10px;box-shadow:-3px 0 0 var(--bg)}.byline{display:block;font-size:12px;letter-spacing:.01em;color:var(--muted);font-weight:400;line-height:1.2}.nav nav{display:flex;align-items:center;gap:30px;font-size:14px}.nav nav>a:not(.nav-download){color:var(--muted)}.nav nav>a:hover{color:var(--accent)}.nav-download{padding:10px 18px;border:1px solid #555965;border-radius:9px}.nav-download span{margin-left:10px}

/* shared bits */
.eyebrow{font-size:12px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.status-dot{height:6px;width:6px;display:inline-block;background:var(--accent);border-radius:50%;flex-shrink:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:15px 24px;border-radius:10px;font-size:16px;font-weight:650;transition:transform .2s,background .2s,border-color .2s,color .2s}.primary{background:var(--accent);color:#22232b;box-shadow:0 4px 0 #0002}.primary:hover{background:#ffe28b;transform:translateY(-2px)}.ghost{border:1px solid #555965;color:var(--ink)}.ghost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.download-meta{font-size:13px;line-height:1.7;margin-top:18px}.download-meta span{display:block;color:#9aa0ad;font-size:12px}
kbd{display:inline-block;padding:5px 9px;border:1px solid #535862;border-bottom:3px solid #535862;border-radius:6px;background:#2d313a;font:12px var(--font);color:#eee}

/* hero */
.hero{padding-block:clamp(18px,3vh,42px) clamp(28px,5vh,60px);min-height:calc(100svh - 230px);display:grid;align-content:center}.hero-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(28px,3.6vw,60px);align-items:center}.hero-copy{min-width:0}.hero h1{font-size:clamp(34px,4.5vw,66px);line-height:1.04;margin-bottom:clamp(14px,2.2vh,24px)}.hero h1 em,h2 em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.lede{font-size:clamp(15.5px,1.26vw,19px);line-height:1.62;margin-bottom:clamp(16px,2.4vh,28px);max-width:48ch}.cta-row{display:flex;flex-wrap:wrap;gap:12px}
.film{position:relative;margin:0;aspect-ratio:16/9;border-radius:18px;overflow:hidden;border:1px solid #474c5a;background:#0f1014;box-shadow:0 44px 90px -34px #000d,0 70px 150px -50px #fa942833}.film video{display:block;width:100%;height:100%;object-fit:cover}.film-play{position:absolute;inset:0;display:flex;align-items:flex-end;gap:20px;padding:36px;border:0;color:var(--ink);text-align:left;background:radial-gradient(ellipse 62% 78% at 0% 100%,#0b0c10f5 0%,#0b0c10c2 38%,#0b0c1000 74%)}.film-play:focus-visible{outline-offset:-6px}.play-disc{position:relative;width:76px;height:76px;flex-shrink:0;border-radius:50%;background:var(--accent);color:#22232b;display:grid;place-items:center;box-shadow:0 12px 30px #0008;transition:transform .45s var(--ease)}.play-disc:after{content:'';position:absolute;inset:0;border-radius:50%;border:2px solid var(--accent);animation:ring 2.4s var(--ease) infinite}.film-play:hover .play-disc{transform:scale(1.09)}.play-disc svg{width:30px;height:30px;fill:currentColor;stroke:none;margin-left:4px}.play-label{font-size:21px;font-weight:650;letter-spacing:-.02em;line-height:1.25;padding-bottom:12px}.play-label small{display:block;font-size:13px;font-weight:400;letter-spacing:0;color:#d5d8df;margin-top:3px}.film.is-playing .film-play{display:none}
@keyframes ring{from{transform:scale(1);opacity:.6}to{transform:scale(1.75);opacity:0}}

.benefit-strip{display:flex;justify-content:space-between;gap:18px;padding-block:25px;border-block:1px solid var(--line);color:#c4c8d1;font-size:14px}.benefit-strip span:before{content:'✓';color:var(--accent);margin-right:12px}

/* one section per app */
.app-section{display:grid;grid-template-columns:1fr 1.05fr;gap:84px;align-items:center;padding-block:124px 110px}.app-section.flip{grid-template-columns:1.05fr 1fr;padding-top:10px}.app-copy{min-width:0}.app-label{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:650;color:var(--ink);margin-bottom:24px}.app-label img{border-radius:22.5%}.app-label span{font-weight:400;color:var(--muted);padding-left:11px;border-left:1px solid #4a4e5a;line-height:1.1}.app-intro{font-size:17px;max-width:540px;margin-top:20px}
.detail-list{margin-top:36px}.detail-list article{display:flex;align-items:center;justify-content:space-between;gap:12px 26px;padding-block:20px;border-top:1px solid var(--line)}.detail-list article:last-child{padding-bottom:0}.detail-list h3{font-size:19px;letter-spacing:-.03em;margin-bottom:7px}.detail-list p{font-size:15px;max-width:60ch}.keys{display:flex;gap:5px;flex-shrink:0}
.phones{position:relative;height:640px}.phone{width:286px;aspect-ratio:640/1372;border-radius:40px;border:9px solid #0b0c10;outline:1px solid #4d5261;overflow:hidden;background:#0b0c10;box-shadow:0 44px 80px -26px #000c}.phone img{display:block;width:100%;height:100%;object-fit:cover}.phone-front{position:absolute;left:7%;top:0;transform:rotate(-3deg);z-index:1}.phone-back{position:absolute;right:5%;bottom:0;width:232px;border-radius:34px;transform:rotate(4deg)}

/* HyperNote live preview */
.showcase{min-width:0;transform:rotate(1deg)}.desktop{height:422px;background:#303642;border:1px solid #525867;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 28px 70px #0004}.work-context{padding:35px 27px;color:#c4c9d5}.work-context>span{font-size:9px;letter-spacing:.13em;opacity:.6}.work-context strong{font-size:39px;line-height:1.16;display:block;font-weight:500;letter-spacing:-.04em;margin-top:22px;opacity:.5}.work-context p{font-size:12px;color:#c4c9d5;opacity:.5}.context-rule{width:90px;height:1px;background:#c4c9d544;margin-block:22px}.demo-note{position:absolute;top:70px;left:25%;width:63%;height:292px;display:flex;flex-direction:column;background:#202020;border:1px solid #414141;border-radius:8px;box-shadow:0 18px 36px #0005;transform:rotate(-3deg);overflow:hidden;transition:opacity .2s,transform .25s}.demo-note.is-docked{opacity:0;transform:translate(75px,-10px) scale(.45);pointer-events:none;visibility:hidden}.note-bar{height:34px;flex-shrink:0;background:#171717;display:flex;align-items:center;gap:7px;padding-left:10px;font-size:10px;color:#ddd}.note-dot{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.6}.note-bar>span:nth-child(2){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-bar button{border:0;color:inherit;background:none;width:34px;height:34px;font-size:22px}.note-bar button:hover{background:#ffffff22}.demo-note textarea{width:100%;flex:1;min-height:0;resize:none;border:0;padding:17px;background:transparent;color:#eee;font-size:12px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.demo-note-footer{display:flex;justify-content:space-between;gap:8px;padding:8px 12px;color:#aaa;font-size:9px;border-top:1px solid #ffffff10}.demo-note-footer span:last-child{font-size:7px;align-self:center;letter-spacing:.03em}.edge-dock{position:absolute;right:0;top:104px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#e7edf52b;border:1px solid #ffffff40;border-right:0;padding:10px 7px;border-radius:13px 0 0 13px;box-shadow:0 3px 20px #0002;backdrop-filter:blur(12px)}.dock-handle{width:15px;height:3px;background:#ffffff70;border-radius:2px}.dock-open{width:26px;height:25px;background:none;border:0;color:#fff;font-size:24px;line-height:1}.dock-rule{width:15px;height:1px;background:#ffffff40}.dock-chip{width:27px;height:27px;border:1px solid #ffffff45;border-radius:8px;box-shadow:inset 0 2px 0 #ffffff33;transition:transform .2s}.dock-chip:hover,.dock-chip.selected{transform:translateX(-3px)}.black{background:#202020}.yellow{background:#ffda68}.pink{background:#ff8fa3}.demo-caption{font-size:12px;padding:17px 0 0;text-align:center}.caption-arrow{color:var(--accent);margin-right:7px}.docked-message{position:absolute;top:150px;left:20%;color:#fff;line-height:1.35;font-size:26px;letter-spacing:-.04em}.docked-message strong{font-weight:600}.docked-message span{display:block;max-width:210px;font-size:12px;letter-spacing:0;margin-top:14px;color:#ddd}

/* together: the one light room on the page */
.together-section{padding-block:104px 110px;background:var(--paper);color:var(--paper-ink)}.together-section p{color:var(--paper-muted)}.together-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:40px 84px;align-items:center}.together-head{grid-column:1/-1;max-width:800px;margin-bottom:24px}/* the hand-off, drawn in code: a pairing code on the phone, the same shot in a HyperNote note */
.handoff{grid-row:2/4;position:relative;width:520px;height:540px;transform-origin:top left}
.hand-phone{position:absolute;left:0;top:0;width:236px;height:488px;padding:14px 16px;border-radius:36px;border:8px solid #0b0c10;outline:1px solid #b9bdb8;background:#14161b;color:#e9ebf0;overflow:hidden;transform:rotate(-3deg);box-shadow:0 40px 70px -28px #22252d8c}.together-section .hand-phone p{color:inherit}.hp-status{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:650;opacity:.85;margin-bottom:24px}.hp-signal{display:flex;align-items:flex-end;gap:2px}.hp-signal i{width:3px;height:4px;border-radius:1px;background:currentColor}.hp-signal i:nth-child(2){height:7px}.hp-signal i:nth-child(3){height:10px}.hp-back{font-size:13px;font-weight:650;margin-bottom:30px}.together-section .hand-phone .hp-label{font-size:10px;color:#9aa0ad;margin-bottom:3px}.hp-code{font-size:30px;line-height:1.2;font-weight:650;letter-spacing:.03em;font-variant-numeric:tabular-nums;margin-bottom:24px}.hp-ip{font-size:13px;font-variant-numeric:tabular-nums;margin-bottom:30px}.hp-timer{height:4px;margin-right:50px;border-radius:2px;background:#2b2f39;overflow:hidden}.hp-timer span{display:block;width:38%;height:100%;background:#ff8f6b}.together-section .hand-phone .hp-expire{font-size:10px;color:#ff8f6b;margin-top:8px}
.together-section .hand-phone .hp-hint{font-size:10px;line-height:1.5;color:#9aa0ad;max-width:150px;margin-top:30px}.hp-cancel{position:absolute;left:16px;right:16px;bottom:24px;padding:8px;border:1px solid #3a3f4b;border-radius:999px;text-align:center;font-size:11px}
.hp-dock{position:absolute;right:0;top:142px;display:flex;flex-direction:column;gap:7px;padding:8px 6px;background:#0b0c10;border:1px solid #ffffff2e;border-right:0;border-radius:14px 0 0 14px}.hp-dock b{width:30px;height:30px;border-radius:9px;background:#262a33;display:grid;place-items:center}.hp-dock .is-hot{background:var(--accent);color:#22232b;outline:2px solid #fa942870;outline-offset:2px}.hp-dock svg{width:16px;height:16px}
.hand-path{position:absolute;left:236px;top:158px;width:168px;height:176px;overflow:visible}.hand-path path{stroke:var(--paper-ink);stroke-width:2;stroke-dasharray:1 8;vector-effect:non-scaling-stroke}.hand-chip{position:absolute;left:318px;top:150px;padding:6px 13px;border-radius:999px;background:var(--paper-ink);color:var(--accent);font-size:12px;font-weight:650;white-space:nowrap}
.hand-note{position:absolute;right:0;bottom:0;width:276px;border-radius:10px;border:1px solid #414141;background:#202020;color:#ddd;overflow:hidden;transform:rotate(2deg);box-shadow:0 30px 50px -18px #22252d99}.hn-bar{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;background:#171717;font-size:12px}.hn-bar i{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.6}.hn-bar b{margin-left:auto;font-size:18px;font-weight:400;opacity:.7}.hn-shot{display:flex;flex-direction:column;gap:2px;margin:12px;padding:15px 16px 17px;border-radius:7px;border:1px solid #ffffff14;background:#14161b}.hn-shot small{font-size:9px;color:#9aa0ad}.hn-shot strong{font-size:26px;line-height:1.2;letter-spacing:.03em;font-variant-numeric:tabular-nums;color:#fff;margin-bottom:7px}.hn-foot{display:flex;justify-content:space-between;padding:8px 12px;border-top:1px solid #ffffff10;font-size:10px;color:#aaa}
.steps{list-style:none;counter-reset:step;padding:0;margin:0;align-self:end}.steps li{counter-increment:step;position:relative;padding:24px 0 24px 66px;border-top:1px solid var(--paper-line)}.steps li:last-child{border-bottom:1px solid var(--paper-line)}.steps li:before{content:counter(step);position:absolute;left:0;top:22px;width:40px;height:40px;border-radius:50%;background:var(--paper-ink);color:var(--accent);display:grid;place-items:center;font-size:15px;font-weight:650}.steps h3{font-size:22px;margin-bottom:8px}.steps p{font-size:15px;max-width:58ch}.fine-print{grid-column:2;align-self:start;font-size:14px;line-height:1.75;max-width:64ch}.fine-print strong{color:var(--paper-ink);font-weight:650}

/* faq */
.faq-section{display:grid;grid-template-columns:1fr 1.3fr;gap:75px;padding-block:110px 100px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:22px 32px 22px 0;font-size:16px;font-weight:550;position:relative;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;top:18px;color:var(--accent);font-size:23px;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:15px;line-height:1.8;padding:0 25px 24px 0;max-width:68ch}

/* download (also used by success.html) */
.download-section{text-align:center;padding:64px 30px 62px;border:1px solid #3b404c;border-radius:22px;background:#20242d;position:relative;margin-bottom:75px}.download-section>img{border-radius:20px;margin-bottom:23px}.download-section .eyebrow{justify-content:center;color:#c6cbd6}.download-section h1,.download-section h2{font-size:clamp(42px,5vw,64px);margin-block:0 22px}.download-section .eyebrow+h1{margin-top:22px}.download-section>p:not(.eyebrow){margin-bottom:28px}.download-footnote{display:block;color:#a5acb9;font-size:12px;margin-top:18px}.download-section>.after-note{margin:34px auto 0;padding-top:24px;border-top:1px solid #3b404c;max-width:460px;font-size:14px}.after-note a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.download-section>h1:first-of-type{max-width:none}.get-grid{display:grid;grid-template-columns:1fr 1fr;max-width:860px;margin:30px auto 0}.get{display:flex;flex-direction:column;align-items:center;padding:12px 30px}.get+.get{border-left:1px solid #3b404c}.get img{border-radius:22.5%;outline:1px solid #3f4451;margin-bottom:16px}.get h3{font-size:25px}.get p{font-size:14px;margin:6px 0 24px}

.footer{display:flex;align-items:center;flex-wrap:wrap;gap:22px;padding-bottom:32px;font-size:12px;color:#a5acb9}.footer .brand{font-size:16px;color:var(--ink);margin-right:12px}.footer>a:nth-last-child(3){margin-left:auto}.footer a:hover{color:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:inset(50%)}.skip{position:absolute;left:20px;top:-100px;background:var(--accent);color:#17191f;padding:12px 18px;z-index:10}.skip:focus{top:10px}[hidden]{display:none!important}

@media(min-width:1450px){.hero{padding-block:70px 100px}.desktop{height:455px}.demo-note{top:90px;height:300px}.edge-dock{top:124px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.nav nav{gap:20px}.hero-head{gap:30px 40px}.lede{font-size:16px}.app-section{gap:40px;padding-block:90px 80px}.phones{height:540px}.phone{width:238px;border-radius:34px;border-width:8px}.phone-front{left:0}.phone-back{right:0;width:190px;border-radius:28px}.desktop{height:385px}.demo-note{left:14%;width:72%;height:282px;top:65px}.work-context strong{font-size:33px}.together-layout{gap:36px 40px}.handoff{transform:scale(.8);margin:0 -104px -108px 0}.faq-section{gap:44px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.nav{padding-block:20px}.nav nav>a:not(.nav-download){display:none}.nav nav{gap:0}.nav-download{font-size:13px;padding:9px 12px;white-space:nowrap}.nav-download span{margin-left:6px}.brand{font-size:17px;gap:10px}.brand-icons img{width:32px;height:32px}.hero{padding-block:12px 24px;min-height:calc(100svh - 104px)}.hero-head{grid-template-columns:1fr;gap:0}.hero-copy{display:contents}.hero h1{order:1;font-size:clamp(27px,8.5vw,40px);line-height:1.07;margin-bottom:11px}.lede{order:2;font-size:15px;line-height:1.55;margin-bottom:0;max-width:none}.film{order:3;margin-block:17px;border-radius:12px}.cta-row{order:4;gap:10px}.cta-row .button{flex:1 1 146px;min-height:52px;padding:13px 10px;font-size:12.5px;letter-spacing:-.015em;gap:7px;white-space:nowrap}.cta-row .button svg,.cta-row .ghost span{display:none}.download-meta{order:5;margin-top:11px;font-size:12px;line-height:1.5}.download-meta span{font-size:11.5px}.film-play{padding:16px;gap:12px}.play-disc{width:52px;height:52px}.play-disc svg{width:21px;height:21px;margin-left:3px}.play-label{font-size:16px;padding-bottom:5px}.play-label small{font-size:12px}.benefit-strip{display:grid;grid-template-columns:1fr 1fr;font-size:12px;gap:17px 10px}.benefit-strip span:before{margin-right:7px}.app-section,.app-section.flip{grid-template-columns:1fr;gap:52px;padding-block:72px 64px}.app-section.flip{padding-top:0}.phones{height:520px;width:100%;max-width:400px;margin-inline:auto}.phone-front{left:2%}.phone-back{right:2%}.showcase{transform:none;max-width:560px;width:100%;margin-inline:auto}.demo-note{left:25%;width:62%;top:62px}.detail-list article{flex-wrap:wrap}.together-section{padding-block:68px 72px}.together-layout{grid-template-columns:1fr;gap:34px}.together-head{margin-bottom:0}.handoff{grid-row:auto;transform:scale(.66);margin:0 0 -184px calc(50% - 172px)}.fine-print{grid-column:1}.steps h3{font-size:20px}.faq-section{grid-template-columns:1fr;gap:30px;padding-block:68px}.download-section{padding:44px 16px 40px;margin-bottom:40px;border-radius:16px}.download-section .eyebrow{font-size:10px}.get-grid{grid-template-columns:1fr}.get{padding:26px 10px}.get:first-child{padding-top:6px}.get+.get{border-left:0;border-top:1px solid #3b404c;padding-bottom:0}.footer{gap:15px 20px;padding-bottom:26px}.footer .brand{width:100%}.footer>a:nth-last-child(3){margin-left:0}.footer>span:nth-child(2){width:100%}}
@media(max-width:480px){.nav-download{display:none}.cta-row .button{width:100%}.phones{height:470px}.phone{width:208px;border-radius:30px;border-width:7px}.phone-back{width:166px;border-radius:24px}}
@media(max-width:390px){.wrap{width:calc(100% - 32px)}.eyebrow{font-size:10px}.demo-note{left:12%;width:74%;height:270px;top:58px}.work-context{padding:28px 20px}.desktop{height:365px}.demo-caption{font-size:11px}.benefit-strip{font-size:11px}.button{padding-inline:19px}.byline{font-size:10px}.phones{height:430px}.phone{width:190px}.phone-back{width:150px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

@media(min-width:761px) and (max-height:820px){.hero{min-height:calc(100svh - 190px);padding-block:14px 22px}.hero h1{font-size:clamp(32px,3.1vw,46px)}.lede{font-size:15.5px;line-height:1.55}.button{min-height:52px}.download-meta{margin-top:13px}.film-play{padding:26px}.play-disc{width:62px;height:62px}.play-label{font-size:18px}}

@media(max-width:760px) and (max-height:690px){.hero{padding-block:8px 18px;min-height:calc(100svh - 88px)}.hero h1{font-size:clamp(24px,6.9vw,32px);margin-bottom:9px}.lede{font-size:14px;line-height:1.5}.film{margin-block:11px}.cta-row .button{min-height:46px;padding:11px 10px}.download-meta{margin-top:8px;font-size:11.5px;line-height:1.45}.download-meta span{font-size:11px}}
