@charset "UTF-8";
:root{--paper:#f3f0e8;--ink:#183b32;--muted:#718176;--amber:#edb657;--orange:#bf583b;--line:rgba(24,59,50,.18);--page:var(--paper);--fg:var(--ink);--soft:rgba(24,59,50,.62);--pad:clamp(24px,5.5vw,96px);--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif;--mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}
*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0}body{background:var(--page);color:var(--fg);font:16px/1.45 var(--sans);transition:background .65s,color .65s;overflow:hidden;-webkit-font-smoothing:antialiased}body[data-theme=dark]{--page:#183b32;--fg:#f3f0e8;--soft:rgba(243,240,232,.55);--line:rgba(243,240,232,.19)}button,a,video{touch-action:manipulation}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit}button{border:0;background:transparent}button:disabled{opacity:.25;cursor:default}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}body[data-theme=dark] :focus-visible{outline-color:var(--amber)}button:hover:not(:disabled){color:var(--orange)}body[data-theme=dark] button:hover:not(:disabled){color:var(--amber)}button,svg{flex-shrink:0}button svg,svg{display:block}p,h1,h2,h3,blockquote{margin:0}h1,h2{font-family:var(--sans);font-weight:500;letter-spacing:-.062em;line-height:1.02}h2{font-size:clamp(44px,5.8vw,91px)}em{font-family:var(--serif);font-weight:400;letter-spacing:-.065em}svg{width:24px;height:24px}.symbol-bank{position:absolute;width:0;height:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.eyebrow,.small-label,.card-index,.brand-line,.edition,.lane-name,.room-meta,.node-number,.demo-duration{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.11em}.eyebrow{margin-bottom:22px;color:var(--soft)}.small-label{color:var(--soft);font-size:10px}.subline{font-size:clamp(17px,1.6vw,24px);line-height:1.5;letter-spacing:-.025em}.text-link{display:inline-flex;align-items:center;gap:15px;padding:8px 0;font-size:13px;border-bottom:1px solid currentColor;line-height:1.6}.text-link svg{width:23px;height:23px}.masthead{height:90px;padding:0 var(--pad);display:flex;align-items:center;gap:42px;position:relative;z-index:10;border-bottom:1px solid var(--line);transition:border-color .65s}.wordmark{display:flex;align-items:center;gap:10px;font-size:29px;font-weight:600;letter-spacing:-1.3px;text-decoration:none}.wordmark svg{width:25px;height:25px;color:var(--amber)}body[data-theme=light] .wordmark svg{color:var(--orange)}.wordmark-dot{color:var(--amber);margin-left:-10px}body[data-theme=light] .wordmark-dot{color:var(--orange)}.edition{color:var(--soft);font-size:9px;letter-spacing:.16em}.masthead nav{display:flex;align-items:center;gap:25px;margin-left:auto}.masthead nav button{font-size:11px;padding:10px 0}.masthead nav button span{margin-left:3px}#fullscreen-button{font-size:22px;padding:5px}.deck-controls{position:fixed;z-index:10;bottom:0;left:0;width:100%;height:68px;padding:0 var(--pad);display:flex;align-items:center;gap:25px;border-top:1px solid var(--line);background:var(--page);transition:background .65s,border-color .65s}.progress-rail{position:absolute;top:-1px;left:0;width:100%;height:2px}#progress-fill{display:block;height:100%;width:10%;background:var(--amber);transition:width .55s ease}#chapter-label{font:9px var(--mono);letter-spacing:.16em;color:var(--soft)}.navigation{display:flex;align-items:center;gap:25px;margin-left:auto}.navigation>button{font-size:21px;padding:10px}.navigation .help-button{font:12px var(--mono);border:1px solid var(--line);border-radius:50%;padding:0;width:24px;height:24px;margin-left:8px}.slide-counter{display:flex;gap:14px;font:12px var(--mono)}.slide-counter b{font-weight:500}.slide-counter>span{color:var(--soft)}#talk-timer{font:12px var(--mono);color:var(--amber)}body[data-theme=light] #talk-timer{color:var(--orange)}
#deck{position:relative;height:calc(100svh - 158px);max-width:1800px;margin:auto}.slide{position:absolute;inset:0;padding:clamp(26px,4.2vh,55px) var(--pad) 34px;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(28px,0,0);transition:opacity .55s ease,transform .65s cubic-bezier(.2,.75,.25,1),visibility .65s;isolation:isolate;overflow:hidden}.slide.light{--fg:var(--ink);--soft:rgba(24,59,50,.58);--line:rgba(24,59,50,.18);color:var(--ink)}.slide.dark{--fg:var(--paper);--soft:rgba(243,240,232,.57);--line:rgba(243,240,232,.19);color:var(--paper)}.slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0);z-index:2}.slide.is-exiting{opacity:0;visibility:visible;transform:translate3d(-25px,0,0);z-index:1;pointer-events:none}.reveal{opacity:0;transform:translateY(15px);transition:opacity .65s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.is-active .reveal{opacity:1;transform:none}.is-active .reveal:nth-child(2){transition-delay:.07s}.is-active .reveal:nth-child(3){transition-delay:.13s}.is-active .reveal:nth-child(4){transition-delay:.19s}.slide-bottom{position:absolute;bottom:30px;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;align-items:center;font-size:13px}.hero-copy{position:relative;z-index:2;width:50%}.hero-title{font-size:clamp(66px,8.3vw,134px);line-height:.99}.hero-title em{color:var(--amber)}.hero-copy .subline{margin-top:26px;color:rgba(243,240,232,.73)}.orbital-art{position:absolute;right:3%;top:7%;width:51%;height:84%;display:grid;place-items:center;perspective:900px}.orbital-grid{width:100%;height:100%;position:absolute;background:radial-gradient(circle,rgba(242,239,232,.27) 1px,transparent 1px) 0 0/24px 24px;mask-image:radial-gradient(ellipse,#000 15%,transparent 68%);opacity:.55}.orbit{position:absolute;border:1px solid rgba(242,239,232,.24);border-radius:50%;width:77%;aspect-ratio:1;transform:rotateX(59deg) rotateZ(-35deg)}.orbit-one{animation:orbitA 28s linear infinite}.orbit-two{width:90%;transform:rotateX(55deg) rotateY(28deg) rotateZ(55deg);border-color:rgba(237,182,87,.55)}.orbit-three{width:68%;transform:rotateY(61deg) rotateZ(28deg)}.spark-core{width:42%;aspect-ratio:1;display:grid;place-items:center;background:radial-gradient(circle at 34% 27%,#f9e2a3,#df9d40 70%,#a76d2a);border-radius:50%;box-shadow:inset -15px -15px 35px #61482036,0 0 110px #ecb45817;animation:float 8s ease-in-out infinite}.spark-core svg{color:var(--ink);width:61%;height:61%;animation:slowSpin 55s linear infinite}.planet{position:absolute;border-radius:50%;box-shadow:inset -8px -8px 14px #152c2633}.planet-one{width:38px;height:38px;background:#b4c6b7;top:17%;left:25%}.planet-two{width:21px;height:21px;background:var(--amber);right:7%;top:48%}.planet-three{width:55px;height:55px;background:#688e78;bottom:14%;left:21%}.orbit-label{position:absolute;font:10px var(--mono);letter-spacing:.17em;color:#b1c5b6}.orbit-label-one{top:9%;left:35%}.orbit-label-two{right:0;top:60%}.orbit-label-three{bottom:7%;left:14%}.orb-caption{position:absolute;bottom:0;font:8px var(--mono);letter-spacing:.2em;color:#8fa697}.quote-title{font-size:clamp(53px,7.3vw,116px);position:relative;z-index:2}.quote-title em{color:var(--orange)}.handoff-scene{position:relative;height:40%;max-height:260px;display:flex;align-items:center;justify-content:center;margin:28px auto 0;width:85%}.conversation-cluster{display:flex;position:relative;padding-right:45px}.person{display:grid;place-items:center;width:82px;height:82px;border:5px solid var(--paper);border-radius:50%;font:30px var(--serif);margin-left:-12px}.person-a{background:#c7d5c8}.person-b{background:#e5bd87}.person-c{background:#d8b6a7}.cluster-label{position:absolute;bottom:-26px;left:0;font:9px var(--mono);letter-spacing:.12em;white-space:nowrap}.handoff-line{height:1px;flex:1;max-width:300px;background:repeating-linear-gradient(90deg,var(--muted) 0 5px,transparent 5px 12px);position:relative}.handoff-question{position:absolute;left:47%;top:-26px;border:1px solid var(--line);background:var(--paper);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font:24px var(--serif);color:var(--orange)}.paper-stack{width:230px;height:210px;position:relative;margin-left:55px}.paper{position:absolute;inset:0;background:#fcfbf7;border:1px solid #cdd2c7;box-shadow:0 10px 20px #183b3209}.paper-back{transform:rotate(10deg)}.paper-mid{transform:rotate(-6deg)}.paper-front{padding:24px;transform:rotate(2deg)}.paper-number{font:8px var(--mono);letter-spacing:.16em;color:var(--muted)}.paper-front p{font:22px/1.2 var(--serif);margin-top:14px}.paper-lines{display:grid;gap:7px;margin-top:14px}.paper-lines i{display:block;height:1px;background:#d3d8cf}.paper-lines i:last-child{width:55%}.bottom-statement{position:absolute;bottom:35px;font-size:18px;letter-spacing:-.025em}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.market-card{position:relative;border:1px solid var(--line);text-align:left;padding:20px 25px;min-height:230px;display:flex;flex-direction:column;transition:background .35s,transform .35s}.market-card:hover{transform:translateY(-4px);color:var(--ink)!important}.market-card.is-selected{background:#e4e9de;border-color:#879c88}.card-index{color:var(--muted)}.market-card strong{font-size:31px;font-weight:400;letter-spacing:-.045em;margin-top:48px}.card-caption{font-size:13px;margin-top:3px;color:#52695a}.brand-line{font-size:9px;margin-top:20px;letter-spacing:0;color:#607065}.market-glyph{position:absolute;top:22px;right:22px;width:56px;height:56px}.glyph-memory i{position:absolute;width:37px;height:44px;background:#e4c493;border:1px solid #b59566;left:4px;top:4px;transform:rotate(-10deg)}.glyph-memory i:nth-child(2){transform:rotate(4deg);left:10px}.glyph-memory i:nth-child(3){transform:rotate(14deg);left:15px;background:#f0d5ae}.glyph-voice{display:flex;gap:4px;align-items:center}.glyph-voice i{height:16px;width:5px;border-radius:3px;background:var(--orange)}.glyph-voice i:nth-child(2),.glyph-voice i:nth-child(4){height:30px}.glyph-voice i:nth-child(3){height:48px}.glyph-action svg{width:53px;height:53px;color:#6d8f74}.market-insight{display:flex;align-items:center;gap:25px;border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.market-insight p{font-size:15px;max-width:590px}.market-insight .text-link{margin-left:auto;white-space:nowrap;font-size:11px}.intro-column{width:40%;position:relative;z-index:2}.intro-column h2{font-size:clamp(56px,6.8vw,106px)}.intro-column .subline{margin-top:22px;color:var(--soft)}.segmented{display:flex;gap:5px;margin-top:28px}.segmented button{border:1px solid var(--line);border-radius:30px;padding:8px 15px;font-size:11px;transition:.25s}.segmented .is-selected{color:var(--paper);background:var(--ink)}.meeting-illustration{position:absolute;width:51%;right:var(--pad);top:13%;border:1px solid var(--line);background:#ebece1;padding:25px;box-shadow:18px 18px 0 #d7dfd240;transform:rotate(-1deg)}.illustration-top{display:flex;align-items:center;gap:8px;font:9px var(--mono);letter-spacing:.08em}.illustration-top .small-label{margin-left:auto;font-size:8px}.live-dot{width:6px;height:6px;border-radius:50%;background:#698b66}.meeting-seats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.seat{position:relative;background:#d5dfd2;min-height:115px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;font:9px var(--mono);border:1px solid #a3b49e45}.seat:nth-child(2){background:#dfd4bc}.seat:nth-child(3){background:#d6c5bb}.seat.sparkie-seat{background:var(--ink);color:var(--paper)}.seat-face{display:grid;place-items:center;width:49px;height:49px;background:#789b7d;border-radius:50%;font:23px var(--serif)}.face-two{background:#ba9567}.face-three{background:#af8273}.sparkie-seat .seat-face{background:var(--amber);color:var(--ink)}.sparkie-seat svg{width:34px;height:34px}.request-bubble{font:clamp(18px,2vw,29px)/1.23 var(--serif);margin-top:22px;padding:19px 21px;background:#fffdf6;border:1px solid #b4bead;min-height:96px;transition:opacity .2s,transform .2s}.request-path{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px;font-size:10px}.request-path>span:last-child{color:var(--orange)}.request-path svg{width:24px;height:20px}.demo-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.demo-heading h2{font-size:clamp(40px,5vw,78px)}.demo-duration{font-size:9px;color:var(--soft);padding-bottom:6px;white-space:nowrap}.demo-stage{display:grid;grid-template-columns:minmax(0,3.5fr) minmax(180px,1fr);gap:23px;margin-top:25px;height:calc(100% - 173px);max-height:480px}.recording-area{position:relative;min-height:0;overflow:hidden;background:#102820;border:1px solid #75938060;border-radius:4px}.recording-placeholder{height:100%;position:relative}.recording-placeholder>img{width:100%;height:100%;object-fit:cover;opacity:.55}.placeholder-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;background:linear-gradient(transparent,#0d241a50)}.placeholder-overlay>.small-label{color:#eff0d5;font-size:9px;letter-spacing:.17em}.placeholder-overlay>span:last-child{font:18px var(--serif);color:#f1efe4}.round-play{border:1px solid #f5eddb70;border-radius:50%;width:68px;height:68px;background:#f3f0e8;color:var(--ink);display:grid;place-items:center;transition:transform .2s}.round-play:hover{transform:scale(1.07);color:var(--ink)!important}.round-play svg{width:24px;height:24px;margin-left:-3px}.artifact-area{display:flex;flex-direction:column;gap:13px;min-height:0}.artifact-image-wrap{background:#eaece0;padding:12px;flex:1;min-height:0;transform:rotate(1deg);border-radius:2px}.artifact-image-wrap img{width:100%;height:100%;object-fit:contain}.artifact-filename{font:12px var(--mono);color:var(--amber)}.artifact-area>.small-label:last-child{font-size:8px}.demo-beats{display:flex;align-items:center;gap:16px;margin-top:22px;font-size:11px}.demo-beats b{font:9px var(--mono);color:var(--amber);margin-right:7px}.demo-beats i{display:block;width:30px;height:1px;background:#b1c2b357}.demo-beats .text-link{margin-left:auto;font-size:10px}.recording-area video{width:100%;height:100%;object-fit:contain}.media-error{position:absolute;bottom:10px;left:12px;right:12px;padding:12px;background:#42291f;color:#fff;font-size:12px}.rhythm-diagram{position:relative;margin-top:65px}.rhythm-row{display:grid;grid-template-columns:175px 1fr;align-items:center}.rhythm-row:last-child{margin-top:120px}.lane-name{font-size:9px;max-width:130px;line-height:1.8;color:var(--soft)}.lane-track{position:relative;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #b0c3a67a}.lane-event{background:var(--ink);padding:8px 16px;transform:translateY(-50%);font-size:17px;position:relative;z-index:2}.lane-event:first-child{padding-left:0}.work-track{width:77%;margin-left:10%;border-color:var(--amber)}.work-track .lane-event{color:var(--amber);font-size:14px}.rhythm-bridge{position:absolute;display:flex;flex-direction:column;align-items:center;gap:13px;font:10px var(--mono);color:var(--soft);top:30px}.bridge-down{left:31%}.bridge-up{right:13%}.rhythm-bridge>span:nth-child(2){font-size:23px}.bridge-up>span:first-child{font-size:23px}.bridge-up>span:nth-child(2){font-size:10px}.travel-dot{position:absolute;top:-5px;width:9px;height:9px;border-radius:50%;background:var(--amber);animation:travel 7s linear infinite}.work-track .travel-dot{animation-delay:-2s;width:7px;height:7px;top:-4px}.speech-stage{margin:24px 0 22px;padding:20px 28px;background:#e7ebdf;position:relative;min-height:140px;display:flex;flex-direction:column;justify-content:center;isolation:isolate;overflow:hidden}.speech-stage p{font:clamp(23px,2.5vw,39px)/1.2 var(--serif);z-index:1}.speech-stage>span{font-size:12px;color:#61705f;margin-top:13px;z-index:1}.pause-mark{color:var(--orange);letter-spacing:8px;padding:0 14px}.speech-wave{position:absolute;right:0;bottom:0;top:0;width:33%;display:flex;align-items:center;justify-content:flex-end;gap:5px;opacity:.24;mask-image:linear-gradient(90deg,transparent,#000)}.speech-wave i{width:4px;background:#5e805b;display:block;border-radius:2px;animation:wave 2.4s ease-in-out infinite alternate;animation-delay:calc(var(--i) * -.15s)}[data-speech=interrupt] .speech-wave i{animation-play-state:paused;height:4px!important;background:var(--orange)}[data-speech=address] .speech-wave i{background:var(--orange)}.speech-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.speech-controls button{text-align:left;padding:17px 0 20px;border-top:2px solid #c0cbbb;display:flex;flex-direction:column;gap:13px;transition:border-color .3s}.speech-controls button.is-selected{border-color:var(--orange)}.speech-controls button>span{font:9px var(--mono);letter-spacing:.09em;color:#7e8b7b}.speech-controls button strong{font-size:20px;font-weight:400;letter-spacing:-.03em}.speech-controls button small{font-size:11px;color:#667964}.architecture{margin-top:30px}.arch-top{display:grid;grid-template-columns:1fr 36px 1.35fr 36px 1.05fr 36px 1fr;align-items:center}.arch-node{border:1px solid var(--line);min-height:132px;padding:16px 18px;display:flex;flex-direction:column;position:relative}.node-number{font-size:9px;color:var(--muted);margin-bottom:15px}.arch-node strong{font-size:23px;font-weight:400;letter-spacing:-.04em}.arch-node>span:last-child{font-size:10px;color:#607361;margin-top:6px}.arch-arrow{text-align:center;color:#80937e}.voice-node{background:var(--ink);color:var(--paper)}.voice-node>span:last-child{color:#a9b9a5}.voice-node>svg{width:23px;height:23px;color:var(--amber);margin-bottom:13px}.arch-bottom{display:grid;grid-template-columns:1fr 1.2fr 75px;gap:25px;margin-top:24px}.track-note{display:flex;gap:18px;align-items:center;padding:8px}.track-note p{font-size:12px;color:#71836e}.track-mini{display:grid;gap:5px}.track-mini i{display:block;width:40px;height:4px;background:#75966f}.track-mini i:nth-child(2){background:#d5ab70;width:30px}.track-mini i:nth-child(3){background:#b27d64;width:35px}.worker-node{background:#e6e9dc;border:1px solid #b6c4ad;padding:17px 20px;display:flex;flex-direction:column;gap:17px}.worker-node strong{font-size:19px;font-weight:400;letter-spacing:-.025em;display:block;margin-top:7px}.worker-tools{display:flex;gap:7px}.worker-tools span{font-size:10px;padding:4px 9px;border:1px solid #b8c4b2;border-radius:20px}.return-path{display:flex;flex-direction:column;justify-content:center;gap:18px;font:10px var(--mono);color:var(--orange)}.architecture-footnote{margin-top:21px;font-size:13px;color:#65795f}.rooms-slide h2{font-size:clamp(43px,5.4vw,82px)}.rooms-layout{display:grid;grid-template-columns:1fr 2.1fr;gap:45px;margin-top:26px;height:calc(100% - 200px)}.room-list{display:flex;flex-direction:column}.room-list button{text-align:left;display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px;letter-spacing:-.02em;transition:color .2s,padding .25s}.room-list button:first-child{border-top:1px solid var(--line)}.room-list button>span{font:9px var(--mono);color:var(--muted)}.room-list button>b{font-weight:400;margin-left:auto;opacity:0;transform:translate(-8px,5px);transition:.3s}.room-list button.is-selected{color:var(--orange);padding-left:10px}.room-list button.is-selected>b{opacity:1;transform:none}.room-scene{position:relative;background:#e4e9dd;padding:25px 28px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;transition:background .45s;isolation:isolate}.room-scene[data-room="1"]{background:#dce5e3}.room-scene[data-room="2"]{background:#e8dfd0}.room-scene[data-room="3"]{background:#e8dad2}.room-scene[data-room="4"]{background:#e2e0ce}.room-scene[data-room="5"]{background:#dce3d1}.room-meta{display:flex;justify-content:space-between;gap:20px;color:#687c65;font-size:8px;z-index:2}.room-meta>span:first-child{max-width:60%}.room-scene blockquote{font:clamp(25px,2.6vw,41px)/1.17 var(--serif);max-width:80%;margin-top:38px;z-index:2;letter-spacing:-.035em}.room-deliverable{display:flex;flex-direction:column;gap:7px;margin-top:25px;z-index:2}.room-deliverable span{font:8px var(--mono);letter-spacing:.1em;color:#6e8069}.room-deliverable strong{font-size:14px;font-weight:400;color:#566f4e}.room-art{position:absolute;right:-60px;bottom:16px;width:270px;height:270px;opacity:.22;transform:rotate(-15deg);z-index:0}.room-orbit{position:absolute;inset:0;border:1px solid #426a3e;border-radius:50%;transform:rotateX(40deg)}.room-object{position:absolute;inset:40px;background:#b2c8a6;border-radius:50%;display:grid;place-items:center}.room-object svg{width:95px;height:95px;color:#54794e}.room-art>span{position:absolute;bottom:0;left:45px;font:9px var(--mono);letter-spacing:.2em}.closing-title{position:relative;z-index:2;font-size:clamp(70px,9.5vw,153px);margin-top:20px}.closing-title em{color:var(--amber)}.closing-tagline{position:relative;z-index:2;font-size:20px;margin-top:32px;letter-spacing:-.03em}.closing-orbit{position:absolute;right:5%;bottom:5%;height:65%;aspect-ratio:1;opacity:.14;display:grid;place-items:center}.closing-orbit>div{position:absolute;inset:0;border:1px solid var(--amber);border-radius:50%;transform:rotateX(30deg)}.closing-orbit svg{width:70%;height:70%;color:var(--amber);animation:slowSpin 70s linear infinite}.closing-bottom{position:absolute;bottom:32px;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.team{display:flex;flex-direction:column;gap:10px;font-size:12px}.team>span:first-child{font:9px var(--mono);letter-spacing:.15em;color:var(--soft)}
dialog{background:var(--paper);color:var(--ink);border:1px solid #acb8a9;border-radius:4px;padding:34px;max-width:1000px;width:calc(100% - 60px);max-height:88svh;overflow:auto;box-shadow:0 30px 110px #05140c60}dialog::backdrop{background:#061c14ad;backdrop-filter:blur(8px)}.dialog-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px}.dialog-header .eyebrow{color:#6f826a}.dialog-header h2{font-size:44px}.dialog-header button{font-size:29px;line-height:1;padding:4px 8px;color:var(--ink)}.dialog-intro{font-size:14px;color:#5d7257;max-width:760px;margin-bottom:25px}.source-item{display:grid;grid-template-columns:175px 1fr 30px;gap:20px;padding:18px 0;border-top:1px solid #ced6c7;text-decoration:none}.source-item h3{font-size:15px;font-weight:500}.source-item p{font-size:13px;color:#63765c}.source-item:hover h3{text-decoration:underline}.source-footer{font-size:12px;margin-top:25px;color:#65745e}#overview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.overview-card{position:relative;min-height:125px;background:#e3e7dc;padding:17px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;text-align:left;border:1px solid #c3ceb9;color:var(--ink)}.overview-card[data-theme=dark]{background:var(--ink);color:var(--paper)}.overview-card[aria-current=true]{outline:2px solid var(--orange);outline-offset:2px}.overview-card span{font:10px var(--mono);color:#84937d}.overview-card strong{font-size:15px;font-weight:400;line-height:1.15;letter-spacing:-.035em}.shortcut-list{display:grid;grid-template-columns:150px 1fr;gap:17px;margin:0 0 30px;font-size:14px}.shortcut-list dt{font-family:var(--mono);font-size:12px}.shortcut-list dd{margin:0;color:#617259}#help-dialog{max-width:600px}#help-dialog>p{font-size:13px;color:#617259}.noscript{position:fixed;inset:auto 20px 90px;background:#ffe8c5;color:#302817;padding:20px;z-index:100}.is-changing{animation:contentChange .35s ease both}.presenter-shell{padding:25px;background:#f3f0e8;color:var(--ink);height:100svh;display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:55px 1fr;gap:20px}.presenter-header{grid-column:1/-1;display:flex;align-items:center;gap:22px;border-bottom:1px solid #c4cdbd;padding-bottom:15px}.presenter-header strong{font-size:20px;letter-spacing:-.04em}.presenter-header span{font:12px var(--mono)}.presenter-header button{border:1px solid #b7c4ad;padding:7px 13px;font-size:12px}.presenter-preview{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;min-width:0}.presenter-preview iframe{width:100%;aspect-ratio:16/10;border:1px solid #b7c4ad;border-radius:3px}.presenter-nav{display:flex;gap:15px;align-items:center}.presenter-nav button{padding:10px 20px;background:var(--ink);color:var(--paper)}.presenter-next{font-size:15px;color:#587052;margin-top:10px}.presenter-notes{overflow:auto;padding:5px 15px 40px}.presenter-notes h1{font-size:35px;margin:12px 0 22px}.presenter-notes p{font-size:16px;line-height:1.7;margin-bottom:20px}.presenter-notes .cue{padding:15px;border-left:3px solid var(--orange);background:#e8eadd;font-size:14px}.presenter-notes .time-badge{font:11px var(--mono);color:var(--orange)}body[data-mode=presenter]{overflow:auto}body[data-mode=preview] .masthead{height:55px}body[data-mode=preview] .masthead nav,body[data-mode=preview] .edition,body[data-mode=preview] .help-button{display:none}body[data-mode=preview] #deck{height:calc(100svh - 108px)}body[data-mode=preview] .deck-controls{height:53px}body[data-mode=preview]{pointer-events:none}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes orbitA{from{transform:rotateX(59deg) rotateZ(-35deg)}to{transform:rotateX(59deg) rotateZ(325deg)}}@keyframes slowSpin{to{transform:rotate(360deg)}}@keyframes travel{from{left:0}to{left:100%}}@keyframes wave{from{transform:scaleY(.5)}to{transform:scaleY(1)}}@keyframes contentChange{from{opacity:.3;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(min-width:1550px) and (min-height:900px){.slide{padding-top:55px}.hero-copy .subline{margin-top:34px}.market-grid{margin-top:45px}.market-card{min-height:280px}.market-card strong{margin-top:72px}.meeting-illustration{top:14%;padding:32px}.seat{min-height:145px}.rooms-layout{margin-top:38px;max-height:420px}.room-list button{padding:21px 0}.speech-stage{margin-top:40px;min-height:180px}.architecture{margin-top:45px}.arch-node{min-height:165px;padding:23px}.arch-bottom{margin-top:35px}.rhythm-diagram{margin-top:85px}.rhythm-row:last-child{margin-top:145px}}
@media(max-height:760px) and (min-width:901px){.masthead{height:70px}.deck-controls{height:55px}#deck{height:calc(100svh - 125px)}.slide{padding-top:25px;padding-bottom:25px}.eyebrow{margin-bottom:16px}h2{font-size:clamp(43px,5.2vw,73px)}.hero-title{font-size:clamp(68px,7.1vw,104px)}.hero-copy .subline{margin-top:18px;font-size:18px}.slide-bottom{bottom:21px}.market-grid{margin-top:20px}.market-card{min-height:195px;padding:16px 21px}.market-card strong{margin-top:34px;font-size:27px}.market-insight{margin-top:18px;padding-top:15px}.intro-column h2{font-size:74px}.intro-column .subline{font-size:17px;margin-top:15px}.meeting-illustration{top:9%;padding:20px}.seat{min-height:85px}.seat-face{width:36px;height:36px;font-size:18px}.meeting-seats{margin-top:15px}.request-bubble{font-size:23px;min-height:77px;padding:14px 18px;margin-top:14px}.request-path{margin-top:12px}.segmented{margin-top:18px}.demo-stage{height:calc(100% - 147px);margin-top:17px}.demo-heading h2{font-size:58px}.demo-beats{margin-top:16px}.rhythm-diagram{margin-top:47px}.rhythm-row:last-child{margin-top:105px}.speech-stage{min-height:113px;margin:18px 0}.speech-controls button{gap:9px;padding-top:13px}.speech-controls button strong{font-size:18px}.architecture{margin-top:22px}.arch-node{min-height:114px;padding:13px 16px}.arch-bottom{margin-top:17px}.worker-node{padding:13px 18px;gap:11px}.architecture-footnote{margin-top:15px}.rooms-slide h2{font-size:64px}.rooms-layout{height:calc(100% - 160px);margin-top:20px;gap:30px}.room-list button{padding:11px 0;font-size:14px}.room-scene{min-height:260px;padding:20px 24px}.room-scene blockquote{font-size:33px;margin-top:24px}.room-art{width:230px;height:230px}.closing-title{font-size:clamp(75px,8.6vw,124px)}.closing-bottom{bottom:25px}.quote-title{font-size:clamp(62px,6.4vw,94px)}.handoff-scene{margin-top:16px;height:36%}.paper-stack{height:165px;width:190px}.paper-front{padding:18px}.paper-front p{font-size:19px}.person{width:69px;height:69px}.bottom-statement{bottom:25px;font-size:16px}}
@media(max-width:1050px){.edition{display:none}.masthead nav{gap:18px}.market-card{padding:18px}.brand-line{font-size:8px}.market-insight{gap:17px}.market-insight p{font-size:13px}.market-insight>.small-label{display:none}.intro-column{width:39%}.meeting-illustration{width:52%;right:var(--pad)}.demo-duration{display:none}.room-meta>span:last-child{font-size:7px}.speech-controls{gap:16px}.arch-node>span:last-child{font-size:9px}.arch-top{grid-template-columns:1fr 25px 1.35fr 25px 1fr 25px 1fr}.arch-bottom{grid-template-columns:1fr 1.3fr 60px;gap:15px}.room-scene blockquote{max-width:90%}.presenter-shell{grid-template-columns:1fr 1fr}}
@media(max-width:900px){:root{--pad:30px}.masthead{height:66px}.masthead nav{gap:16px}.masthead nav button{font-size:10px}.wordmark{font-size:24px}.wordmark svg{width:21px;height:21px}.deck-controls{height:58px}#deck{height:calc(100svh - 124px)}.slide{padding-top:30px;overflow-y:auto;padding-bottom:45px}h2{font-size:clamp(43px,6.3vw,65px)}.hero-title{font-size:clamp(66px,9vw,91px)}.hero-copy{width:64%}.hero-copy .subline{font-size:17px}.orbital-art{width:62%;right:-14%;top:19%;height:75%;opacity:.65}.hero-copy{z-index:3}.hero-copy .eyebrow{font-size:9px}.slide-bottom{bottom:24px}.hero-copy+.orbital-art .orb-caption{display:none}.market-card{padding:15px;min-height:211px}.market-card strong{font-size:26px;margin-top:56px}.market-glyph{transform:scale(.75);right:9px;top:15px}.card-caption{font-size:11px}.brand-line{line-height:1.6;min-height:28px}.market-insight{align-items:flex-start}.market-insight .text-link{font-size:10px}.intro-column{width:42%}.intro-column h2{font-size:clamp(57px,8.1vw,78px)}.intro-column .subline{font-size:16px}.meeting-illustration{top:17%;padding:18px}.seat{min-height:102px}.seat-face{width:40px;height:40px}.request-bubble{font-size:22px;min-height:100px}.segmented{gap:3px;flex-wrap:wrap}.segmented button{padding:7px 11px;font-size:10px}.demo-heading h2{font-size:51px}.demo-stage{height:calc(100% - 190px);grid-template-columns:3fr 1fr;gap:16px}.demo-beats{gap:9px;font-size:9px;flex-wrap:wrap}.demo-beats i{width:16px}.demo-beats .text-link{font-size:9px}.artifact-area>.small-label{font-size:8px}.artifact-filename{font-size:10px}.lane-name{font-size:8px}.rhythm-row{grid-template-columns:125px 1fr}.lane-event{font-size:13px;padding:8px 10px}.work-track .lane-event{font-size:11px}.rhythm-diagram{margin-top:80px}.rhythm-bridge{font-size:8px}.bridge-down{left:30%}.rhythm-row:last-child{margin-top:150px}.speech-stage{margin-top:30px;min-height:145px}.speech-controls button strong{font-size:19px}.speech-controls button small{font-size:10px}.architecture{margin-top:35px}.arch-node{padding:14px 12px;min-height:143px}.arch-node strong{font-size:20px}.arch-node>span:last-child{font-size:9px}.track-note{padding:0;gap:12px}.track-note p{font-size:10px}.worker-node{padding:16px 15px}.worker-node strong{font-size:16px}.worker-node .small-label{font-size:8px}.worker-tools{gap:4px;flex-wrap:wrap}.worker-tools span{font-size:8px;padding:4px 7px}.rooms-layout{gap:22px;grid-template-columns:1fr 1.8fr;height:calc(100% - 180px)}.room-list button{font-size:13px;padding:16px 0;gap:10px}.room-scene{padding:20px}.room-scene blockquote{font-size:29px;max-width:100%}.room-meta{font-size:7px;flex-direction:column;gap:8px}.room-meta>span:first-child{max-width:100%}.room-deliverable strong{font-size:12px}.closing-title{font-size:clamp(64px,9.3vw,99px)}.closing-tagline{font-size:17px}.closing-bottom{flex-direction:column;align-items:flex-start;gap:25px}.closing-bottom .text-link{font-size:11px}.quote-title{font-size:clamp(49px,7.6vw,77px)}.handoff-scene{width:100%;margin-top:65px}.paper-stack{width:180px;height:200px;margin-left:32px}.person{width:62px;height:62px;font-size:23px}.conversation-cluster{padding-right:20px}.bottom-statement{font-size:16px}.presenter-shell{grid-template-columns:1fr;grid-template-rows:55px auto 1fr;height:auto;min-height:100svh}.presenter-notes{overflow:visible}.presenter-preview iframe{max-height:42vh}}
@media(max-width:600px){:root{--pad:23px}.masthead nav{gap:14px}.masthead nav #sources-button{display:none}.masthead nav #presenter-button{font-size:0}.masthead nav #presenter-button span{font-size:16px}.masthead nav #overview-button{font-size:11px}.wordmark{font-size:24px}.deck-controls{padding:0 18px}#chapter-label{font-size:7px;max-width:125px;line-height:1.5}.navigation{gap:10px}.navigation>button{padding:8px}.slide-counter{font-size:10px;gap:7px}.navigation .help-button{margin-left:0}.slide{padding-top:26px}.eyebrow{font-size:8px;margin-bottom:20px}h2{font-size:44px;line-height:1.02}.hero-title{font-size:71px}.hero-copy{width:100%}.hero-copy .eyebrow{font-size:8px}.hero-copy .subline{font-size:16px;margin-top:24px}.orbital-art{width:87%;height:58%;right:-24%;top:40%;opacity:.38}.orbit-label{font-size:7px}.hero-copy .subline{position:relative;z-index:3}.slide-bottom{align-items:flex-end;gap:15px}.slide-bottom>span{font-size:10px;max-width:130px}.slide-bottom .text-link{font-size:10px}.quote-title{font-size:48px;margin-top:20px}.handoff-scene{margin-top:75px;height:185px}.person{width:41px;height:41px;border-width:3px;font-size:17px;margin-left:-8px}.conversation-cluster{padding-right:12px}.cluster-label{font-size:6px;bottom:-28px}.handoff-question{width:33px;height:33px;font-size:20px;top:-16px;left:20%}.paper-stack{width:143px;height:171px;margin-left:22px}.paper-front{padding:15px}.paper-front p{font-size:18px}.paper-number{font-size:6px}.bottom-statement{font-size:14px;bottom:30px}.market-grid{gap:8px;margin-top:27px}.market-card{padding:12px 8px;min-height:220px}.card-index{font-size:8px}.market-glyph{top:36px;right:calc(50% - 28px);transform:scale(.6)}.market-card strong{font-size:20px;margin-top:65px;letter-spacing:-.05em}.card-caption{font-size:10px;min-height:30px}.brand-line{font-size:7px;letter-spacing:0;margin-top:12px}.market-insight{flex-direction:column;gap:12px;padding-top:18px}.market-insight p{font-size:13px}.market-insight .text-link{margin-left:0}.intro-column{width:100%}.intro-column h2{font-size:50px}.intro-column h2 br:nth-child(2){display:none}.intro-column .subline{display:none}.segmented{margin-top:20px}.meeting-illustration{position:relative;width:100%;top:auto;right:auto;margin-top:22px;padding:15px;box-shadow:8px 8px 0 #d7dfd240}.meeting-seats{margin-top:14px;gap:7px}.seat{min-height:73px;gap:5px;font-size:8px}.seat-face{width:30px;height:30px;font-size:18px}.sparkie-seat svg{width:23px;height:23px}.request-bubble{font-size:20px;min-height:0;padding:13px 15px;margin-top:14px}.request-path{font-size:9px;margin-top:12px}.illustration-top{font-size:7px}.illustration-top .small-label{font-size:6px}.demo-heading h2{font-size:43px}.demo-stage{height:auto;display:flex;flex-direction:column;margin-top:25px;gap:15px}.recording-area{aspect-ratio:16/10;width:100%}.artifact-area{display:grid;grid-template-columns:90px 1fr;grid-template-rows:1fr 1fr;align-items:center;gap:8px 20px;min-height:115px}.artifact-image-wrap{grid-column:1;grid-row:1/4;height:112px;padding:6px}.artifact-area>.small-label:first-child{grid-column:2;grid-row:1;align-self:end}.artifact-area>.artifact-filename{grid-column:2;grid-row:2;font-size:13px}.artifact-area>.small-label:last-child{grid-column:2;grid-row:3;align-self:start;font-size:7px}.demo-beats{gap:7px;font-size:9px;margin-top:20px}.demo-beats b{font-size:7px;margin-right:4px}.demo-beats i{width:9px}.demo-beats .text-link{margin-top:6px;margin-left:0}.placeholder-overlay{gap:12px}.placeholder-overlay>span:last-child{font-size:15px}.round-play{width:49px;height:49px}.placeholder-overlay>.small-label{font-size:7px}.rhythm-diagram{margin-top:65px}.rhythm-row{grid-template-columns:1fr;gap:35px}.lane-name{max-width:none;font-size:8px}.rhythm-row:last-child{margin-top:85px}.lane-event{font-size:12px;padding:8px 7px}.work-track{width:89%;margin-left:6%}.work-track .lane-event{font-size:10px}.rhythm-bridge{top:78px;font-size:8px;gap:5px}.bridge-down{left:16%}.bridge-up{right:7%}.speech-stage{padding:21px 17px;min-height:159px;margin-top:30px}.speech-stage p{font-size:28px}.speech-stage>span{font-size:11px;max-width:260px;line-height:1.5}.pause-mark{padding:0 5px;letter-spacing:3px}.speech-controls{gap:12px}.speech-controls button{gap:12px}.speech-controls button>span{font-size:7px;line-height:1.7}.speech-controls button strong{font-size:17px;line-height:1.1}.speech-controls button small{font-size:9px;line-height:1.5}.architecture{margin-top:27px}.arch-top{grid-template-columns:1fr 20px 1fr;gap:10px 0}.arch-top>.arch-arrow:nth-child(4){display:none}.arch-node{min-height:109px;padding:12px}.arch-node strong{font-size:22px}.node-number{margin-bottom:9px}.arch-node>span:last-child{font-size:9px}.arch-top>.arch-node:nth-child(5){grid-column:1;grid-row:2}.arch-top>.arch-arrow:nth-child(6){grid-column:2;grid-row:2}.arch-top>.arch-node:nth-child(7){grid-column:3;grid-row:2}.voice-node>svg{width:18px;height:18px;margin-bottom:8px}.arch-bottom{grid-template-columns:1fr 48px;gap:13px;margin-top:15px}.track-note{display:none}.worker-node{padding:12px 15px}.worker-node strong{font-size:17px}.worker-tools span{font-size:9px}.return-path{font-size:8px}.architecture-footnote{font-size:11px;margin-top:18px}.rooms-slide h2{font-size:43px}.rooms-layout{display:flex;flex-direction:column;gap:19px;height:auto;margin-top:22px}.room-list{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.room-list button{font-size:10px;padding:8px!important;gap:0;border:1px solid var(--line);min-height:41px}.room-list button>span,.room-list button>b{display:none}.room-list button.is-selected{background:var(--ink);color:var(--paper)!important}.room-scene{min-height:286px;padding:20px}.room-meta{font-size:7px;gap:7px}.room-scene blockquote{font-size:29px;margin-top:30px}.room-deliverable{margin-top:20px}.room-art{width:220px;height:220px;right:-75px}.closing-title{font-size:65px;margin-top:60px}.closing-tagline{font-size:16px;max-width:280px;margin-top:25px}.closing-bottom{gap:28px}.team{font-size:9px}.team>span:first-child{font-size:7px}.closing-bottom .text-link{font-size:11px}.closing-orbit{right:-35%;bottom:12%;height:50%}dialog{padding:23px;width:calc(100% - 28px)}.dialog-header h2{font-size:33px}.dialog-intro{font-size:12px}#overview-grid{grid-template-columns:repeat(2,1fr);gap:10px}.overview-card{min-height:115px}.source-item{grid-template-columns:1fr 20px;gap:9px}.source-item h3{font-size:14px}.source-item p{grid-column:1;grid-row:2;font-size:12px}.source-item>span{grid-row:1/3;grid-column:2}.shortcut-list{grid-template-columns:125px 1fr;font-size:12px;gap:15px}.shortcut-list dt{font-size:10px}.presenter-shell{padding:16px;gap:12px}.presenter-header{gap:10px}.presenter-header strong{font-size:17px}.presenter-header button{font-size:10px;padding:6px}.presenter-header span{font-size:10px}.presenter-notes{padding:5px 3px 25px}.presenter-notes h1{font-size:30px}.presenter-notes p{font-size:15px}.presenter-nav{gap:10px;font-size:12px}.presenter-nav button{padding:9px 15px}}
@media(max-height:600px){.slide{overflow-y:auto}.slide-bottom,.closing-bottom,.bottom-statement{position:relative;bottom:auto;left:auto;right:auto;margin-top:35px}.hero-title{font-size:70px}.orbital-art{top:2%;height:100%;opacity:.5}.demo-stage{height:auto;min-height:250px}.recording-area{min-height:220px}.rooms-layout{height:auto}.closing-title{font-size:75px;margin-top:0}.closing-tagline{margin-top:18px}.handoff-scene{min-height:170px;margin-top:30px}.rhythm-diagram{padding-bottom:15px}.hero-copy .subline{margin-top:18px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.slide{transform:none}.reveal{transform:none}.travel-dot{left:50%}.is-changing{opacity:1}}
@media print{body{height:auto;overflow:visible;background:white!important;color:var(--ink)}.masthead,.deck-controls,dialog,.symbol-bank,.slide-bottom button,.demo-beats button{display:none!important}#deck{height:auto;max-width:none}.slide{position:relative!important;inset:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;break-after:page;width:100%;height:185mm;padding:12mm!important;overflow:hidden!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.slide.dark{background:#183b32}.slide.light{background:#f3f0e8}.reveal{opacity:1!important;transform:none!important}h2{font-size:42pt}.hero-title{font-size:62pt}.closing-title{font-size:72pt}.slide-bottom,.closing-bottom{position:absolute;left:12mm;right:12mm;bottom:10mm}.demo-stage{height:110mm}.orbital-art{opacity:1}.market-card{min-height:60mm}.rooms-layout{height:110mm}.room-scene{min-height:0}.meeting-illustration{width:50%;right:12mm}video{display:none!important}.recording-placeholder{display:block!important}.round-play{display:none}}
