.deck-body{margin:0;background:#080808;color:#f8f8f4;overflow:hidden;font-size:16px}.deck{--bg: #0D0D0D;--surface: #171717;--surface-2: #393937;--rule: #343432;--muted: #ADADA5;--ink: #F8F8F4;--accent: #FF1C23;--md-green: #6DB66D;--md-yellow: #DBB624;--md-blue: #2424DB;--md-navy: #000049;--md-sky: #24246D;--font-display: "Archivo", "Switzer", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;--font-body: "Switzer", ui-sans-serif, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--font-px: "Silkscreen", "JetBrains Mono", ui-monospace, monospace;--ease: cubic-bezier(.22, .61, .36, 1);position:fixed;inset:0;display:grid;place-items:center;overflow:hidden;background:#080808;color:var(--ink);font-family:var(--font-body);-moz-user-select:none;user-select:none;-webkit-user-select:none}.deck a{color:inherit;text-decoration:none}.deck button{font:inherit;color:inherit}.deck :focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stage{position:relative;width:min(100vw,calc(100vh * 16 / 9));height:min(100vh,56.25vw);container-type:size;container-name:stage;background:var(--bg);overflow:hidden}.deck:not(.is-ready) .stage{opacity:0}.deck.is-ready .stage{opacity:1;transition:opacity .2s ease}.slide{position:absolute;inset:0;padding:4.2cqw 5cqw 6.6cqw;background:var(--bg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility 0s linear .3s}.slide.is-active{opacity:1;visibility:visible;z-index:1;pointer-events:auto;transition:opacity .3s ease,visibility 0s}.slide-inner{position:relative;height:100%;display:flex;flex-direction:column;gap:2cqw}.slide-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;pointer-events:none}.slide-bg+.slide-inner{z-index:1}[data-step]{opacity:0;transform:translateY(.7cqw);transition:opacity .45s var(--ease),transform .55s var(--ease)}[data-step].is-on{opacity:1;transform:translateY(0)}.fill{flex:1;min-height:0}.split{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4cqw;align-items:center}.split-wide{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}.split-narrow{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.stack{display:flex;flex-direction:column;gap:1.6cqw;min-height:0}.center{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:2cqw}.bottom{margin-top:auto}.row{display:flex;align-items:baseline;gap:1.5cqw;flex-wrap:wrap}.t-px{font-family:var(--font-px);font-size:.9cqw;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.t-display{font-family:var(--font-display);font-weight:900;font-stretch:110%;font-variation-settings:"wdth" 110,"wght" 900;text-transform:uppercase;letter-spacing:-.04em;line-height:1.04;margin:0;color:var(--ink);text-wrap:pretty}.t-xl{font-size:14cqw;letter-spacing:-.075em;line-height:.94}.t-h1{font-size:6.7cqw}.t-h2{font-size:4.3cqw}.t-h3{font-size:2.65cqw}.t-display em{font-style:normal}.t-lede{font-size:2.05cqw;line-height:1.3;font-weight:500;margin:0;color:var(--ink);text-wrap:pretty}.t-body{font-size:1.55cqw;line-height:1.45;margin:0;color:var(--muted);text-wrap:pretty}.t-mono{font-family:var(--font-mono);font-size:1cqw;line-height:1.5;color:var(--muted)}.t-accent{color:var(--accent)}.t-ink{color:var(--ink)}.t-muted{color:var(--muted)}.t-green{color:var(--md-green)}.t-yellow{color:var(--md-yellow)}.measure{max-width:34ch}.measure-wide{max-width:52ch}.strike{text-decoration:line-through;text-decoration-color:var(--accent);text-decoration-thickness:.12em}.rule-t{border-top:1px solid var(--rule);padding-top:1.4cqw}.media{position:relative;overflow:hidden;border-radius:.3cqw;background:var(--surface);border:1px solid var(--rule);width:100%}.media>img,.media>video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media.fit-contain>img,.media.fit-contain>video{-o-object-fit:contain;object-fit:contain;background:#000}.media-caption{position:absolute;left:0;right:0;bottom:0;padding:1cqw 1.1cqw .9cqw;background:linear-gradient(to top,#000000d9,#0000);color:var(--ink);font-family:var(--font-body);font-size:1.05cqw;font-weight:500;letter-spacing:0;text-transform:none}.ph{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9cqw;width:100%;height:100%;min-height:7cqw;padding:1.6cqw;text-align:center;border:.14cqw dashed var(--surface-2);border-radius:.6cqw;background:repeating-linear-gradient(-45deg,transparent 0 1.4cqw,rgba(255,255,255,.03) 1.4cqw 2.8cqw);color:var(--muted)}.ph-tag{position:absolute;top:.8cqw;left:.8cqw;font-family:var(--font-px);font-size:.8cqw;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.ph-kind{font-family:var(--font-px);font-size:.9cqw;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.ph-want{font-size:1.25cqw;line-height:1.3;color:var(--ink);max-width:30ch;margin:0}.ph-path{font-family:var(--font-mono);font-size:.8cqw;color:var(--muted);word-break:break-all;margin:0}.ph-compact .ph-want{font-size:1.05cqw}.ph-compact .ph-path{display:none}.tiles{flex:1;min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:1.2cqw}.tiles>*{min-height:0}.tiles .media{height:100%}.cards{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6cqw}.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2cqw}.card{display:flex;flex-direction:column;gap:1cqw;min-height:0}.card .media,.card .ph{flex:1;min-height:0}.lightbox{position:absolute;inset:0;z-index:40;display:flex;align-items:stretch;justify-content:center;gap:2cqw;padding:3cqw 3cqw 3.5cqw;background:#000000f0}.lightbox[hidden]{display:none}.lightbox-fig{margin:0;flex:1;display:flex;flex-direction:column;align-items:center;gap:1.4cqw;min-width:0;min-height:0;max-height:100%}.lightbox-fig img{display:block;margin:auto;min-height:0;max-width:100%;image-rendering:pixelated}.lightbox-fig figcaption{color:var(--muted);text-align:center}.lightbox-close{position:absolute;top:2.2cqw;right:2.4cqw;width:3.4cqw;height:3.4cqw;display:grid;place-items:center;border:1px solid var(--rule);border-radius:50%;padding:0;background:transparent;color:var(--ink);cursor:pointer;font-family:var(--font-display);font-size:2cqw;line-height:1}.lightbox-close:hover{border-color:var(--ink)}.lightbox-nav{flex:none;align-self:center;width:4.4cqw;height:4.4cqw;border:1px solid var(--rule);border-radius:50%;background:transparent;color:var(--ink);font-size:1.8cqw;line-height:1;cursor:pointer}.lightbox-nav:hover{border-color:var(--ink)}.pixelated,.pixelated img,.pixelated video{image-rendering:pixelated}.rom-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:1.2cqw;align-content:center}.rom-grid img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated}.phone-pair{display:flex;gap:1.6cqw;justify-content:center;align-items:stretch;min-height:0;height:100%}.phone-pair .media{height:100%;width:auto}.hero-head{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:4cqw;align-items:end}.hero-head .t-body,.hero-head .t-lede{font-size:1.45cqw;line-height:1.4}.hero-media{flex:1;min-height:0;display:flex}.hero-media>.media,.hero-media>.ph{flex:1;min-height:0}.media-bare{border:0;border-radius:0;background:transparent}.media-bare.fit-contain>img,.media-bare.fit-contain>video{background:transparent}.rate-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3cqw;margin-top:.6cqw}.cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6cqw}.cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3cqw}.tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2cqw}.tool{border:1px solid var(--rule);border-radius:.6cqw;padding:1.6cqw 1.6cqw 1.4cqw;display:flex;flex-direction:column;gap:.8cqw;background:#24242480}.tool .t-h3{font-size:2.2cqw}.timeline{position:relative;display:grid;grid-template-columns:repeat(var(--n, 5),minmax(0,1fr));gap:1cqw;padding-top:3.2cqw}.timeline:before{content:"";position:absolute;left:0;right:0;top:1.2cqw;height:.25cqw;background:var(--rule)}.tick{position:relative;display:flex;flex-direction:column;gap:.6cqw}.tick:before{content:"";position:absolute;top:-2.55cqw;left:0;width:1cqw;height:1cqw;background:var(--ink)}.tick.is-accent:before{background:var(--accent)}.tick .t-display{font-size:2.3cqw}.timeline.is-dense{gap:.6cqw;grid-template-rows:auto auto auto}.timeline.is-dense .tick{display:grid;grid-row:span 3;grid-template-rows:subgrid;gap:.35cqw}.timeline.is-dense .tick .t-display{font-size:1.25cqw;line-height:1.15}.timeline.is-dense .tick .t-mono{font-size:.8cqw;line-height:1.3}.timeline.is-dense .tick:before{top:-2.7cqw;width:.7cqw;height:.7cqw}.tick .tick-gap{visibility:hidden}.pipe{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2cqw;align-items:stretch}.pipe-step{position:relative;border:1px solid var(--rule);border-radius:.6cqw;padding:1.4cqw 1.4cqw 1.2cqw;display:flex;flex-direction:column;gap:.7cqw;background:#24242480}.pipe-step.is-bad{border-color:var(--accent);background:#ff242414}.pipe-step.is-good{border-color:var(--md-green);background:#6db66d14}.pipe-step .t-h3{font-size:1.9cqw}.wordle{display:flex;gap:.6cqw}.wtile{width:6.4cqw;height:6.4cqw;display:grid;place-items:center;font-family:var(--font-px);font-weight:700;font-size:3.4cqw;line-height:1;color:#fff;background:var(--surface);border:.18cqw solid var(--surface-2);border-radius:.4cqw}.wtile.is-hit{background:var(--md-green);border-color:var(--md-green)}.wtile.is-near{background:var(--md-yellow);border-color:var(--md-yellow)}.wtile.is-miss{background:var(--surface-2);border-color:var(--surface-2)}.chrome{position:absolute;left:5cqw;right:5cqw;bottom:1.8cqw;padding-top:1.05cqw;border-top:1px solid var(--rule);z-index:5;display:flex;justify-content:space-between;align-items:center;pointer-events:none;color:var(--ink)}.chrome>*{pointer-events:auto}.chrome-right{display:flex;align-items:center;gap:1.4cqw}.nav-btn{width:2.6cqw;height:2.6cqw;display:grid;place-items:center;border:1px solid var(--rule);border-radius:50%;background:transparent;color:var(--muted);font-family:var(--font-px);font-size:1cqw;cursor:pointer;transition:color .2s,border-color .2s}.nav-btn:hover{color:var(--ink);border-color:var(--ink)}.progress{position:absolute;left:0;bottom:0;z-index:5;height:.16cqw;width:calc(var(--p, 0) * 100%);background:var(--accent);transition:width .55s var(--ease),background .3s}@media (prefers-reduced-motion: reduce){.slide,.slide.is-active,[data-step],.progress{transition:none}}.deck{--bg: #03040A;--surface: #0B0D18;--surface-2: #343842;--ink: #F4F4EC;--muted: #AEB1B2;--rule: #262A36;--accent: #FF343B}.slide{padding:3.4cqw 4cqw 5.6cqw;overflow:hidden}.slide-inner{gap:1.8cqw}.t-display{font-weight:900;font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;letter-spacing:-.04em;line-height:.92}.t-h1{font-size:8cqw}.t-h2{font-size:4.7cqw}.t-h3{font-size:2.8cqw}.t-body{color:var(--muted);font-size:1.55cqw;line-height:1.42}.t-lede{font-size:2cqw;line-height:1.3}.t-px{font-size:.72cqw;line-height:1.35;letter-spacing:.055em}.t-mono{font-size:.95cqw}.media{border:0;border-radius:0}.media-caption{font-family:var(--font-mono);font-size:.8cqw;letter-spacing:.025em;color:#f4f4ec}.slide.is-paper{--bg: #E7EAE5;--ink: #121617;--muted: #545C5C;--rule: #BCC4C1;--surface: #D6DDDA;--surface-2: #7E8988;--accent: #E52832}.slide.is-red{--bg: #EE343B;--ink: #191919;--muted: #351F22;--rule: #4D1D2266;--surface: #DC2E35;--surface-2: #A6212B;--accent: #F4F4EC}.stage[data-tone=paper]>.chrome{--ink: #121617;--muted: #545C5C;--rule: #BCC4C1}.stage[data-tone=red]>.chrome{--ink: #191919;--muted: #351F22;--rule: #4D1D2266;--accent: #191919}.stage[data-tone=red]>.progress{background:#191919}.chrome{left:4cqw;right:4cqw;bottom:1.15cqw;padding-top:.8cqw;color:var(--ink);transition:opacity .22s ease}.chrome-brand{display:flex;align-items:center}.chrome-section{display:flex;align-items:center;gap:.8cqw}.chrome-section:before{content:"";width:1.5cqw;height:.2cqw;background:var(--accent)}.chrome-counter{font-variant-numeric:tabular-nums}.chrome-counter [data-chrome-current]{color:var(--ink)}.chrome-right{gap:1.1cqw}.chrome .chrome-home{margin-right:1.4cqw;color:var(--muted);text-decoration:none;white-space:nowrap;transition:color .2s}.chrome .chrome-home:hover,.chrome .chrome-home:focus-visible{color:var(--accent)}.chrome-counter{white-space:nowrap}.nav-btn{border:0;border-radius:0;width:2.2cqw;height:2.2cqw}.nav-btn:disabled{opacity:.22;cursor:default}.nav-btn:hover:not(:disabled){color:var(--accent)}.progress{height:.12cqw;transition:width .55s var(--ease),background .3s,opacity .22s ease}@keyframes type-arrive{0%{transform:translateY(1.5cqw);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes media-open{0%{clip-path:inset(0 0 100% 0);transform:scale(1.025)}to{clip-path:inset(0);transform:scale(1)}}@keyframes panel-arrive{0%{opacity:0;transform:translateY(2cqw)}to{opacity:1;transform:translateY(0)}}.slide.is-active h1,.slide.is-active h2{animation:type-arrive .8s var(--ease) both}.slide.is-active .hero-media{animation:media-open 1s var(--ease) both}.slide.is-active .tiles>*,.slide.is-active .tool,.slide.is-active .rom-grid>img{animation:panel-arrive .75s var(--ease) both}.slide.is-active :is(.tiles,.tools,.rom-grid)>:nth-child(2n){animation-delay:70ms}.slide.is-active :is(.tiles,.tools,.rom-grid)>:nth-child(3n){animation-delay:.14s}.slide.is-active :is(.tiles,.tools,.rom-grid)>:nth-child(4n){animation-delay:.21s}[data-step]{transform:translateY(1.1cqw);transition:opacity .5s var(--ease),transform .65s var(--ease)}.cover{background:var(--bg)}.cover .slide-inner{position:static}.cover .memory-sculpture{inset:1cqw -7cqw -1cqw 12cqw;z-index:1}.cover-meta{position:absolute;top:3.2cqw;left:4cqw;color:#b6bec0;z-index:3}.cover .center{display:contents}.cover-title{position:absolute;inset:7cqw 4cqw;margin:0;z-index:2;font-weight:500}.cover-old,.cover-new{position:absolute;display:flex;flex-direction:column}.cover-old{left:0;top:0}.cover-new{right:0;bottom:0}.cover-something{font:900 1.25cqw/1.1 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;letter-spacing:.04em;text-transform:uppercase;padding-left:.6cqw}.cover-new .cover-something{color:var(--ink);align-self:flex-end;padding-right:.7cqw}.cover-word{font:900 18.5cqw/.86 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;letter-spacing:-.06em;text-transform:uppercase}.cover-new .cover-word{color:var(--accent)}.cover .bottom{position:absolute;left:4cqw;bottom:7cqw;z-index:3;flex-direction:column;gap:.5cqw}.cover-speaker{font-size:1.7cqw}.cover .bottom .t-mono{font-size:.85cqw}.disclosure .center{display:grid;grid-template-columns:.8fr 1.1fr 1.1fr;gap:1px}.disclosure .center>p{display:flex;flex-direction:column;justify-content:space-between;background:var(--bg);padding:2.6cqw 2.2cqw;font-family:var(--font-body);font-size:2.2cqw;line-height:1.2;letter-spacing:-.04em}.disclosure .center>p:first-child{background:var(--accent);color:var(--bg)}.disclosure .center>p+p{border-left:1px solid var(--rule)}.disclosure .center strong{font:900 7.8cqw/.88 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;letter-spacing:-.055em}.disclosure .center>p:first-child strong{font-size:11.5cqw}.disclosure .center>p:last-child strong{color:var(--accent)}.montage .row{flex-wrap:nowrap;align-items:center}.montage .row h2{font-size:3.5cqw}.montage .row>.t-px{max-width:15ch;text-align:right;margin-left:auto}.montage .tiles{grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr);gap:.55cqw}.montage .tiles>*{grid-column:span 3}.montage .tiles>:first-child{grid-column:span 6;grid-row:span 2}.montage .tiles>:nth-child(n+6){grid-column:span 4}.montage .tiles>.media{height:100%}.montage .media-caption{padding:3cqw .85cqw .7cqw}.easy .split{grid-template-columns:1.3fr .7fr;gap:3cqw}.easy h2{font-size:8cqw;max-width:11ch}.easy h2 em{color:var(--accent)}.easy .stack{gap:3cqw}.easy .easy-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2cqw;padding-top:2cqw}.easy-list>div{display:flex;flex-direction:column;gap:1cqw}.easy-list .t-h3{font-size:2.3cqw}.easy-list .t-body{font-size:1.35cqw}.easy .media{max-height:35cqw;box-shadow:0 1.5cqw 4cqw #0008}.backwards .slide-inner{display:grid;grid-template-columns:.95fr 1.05fr;gap:3cqw}.backwards-intro{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2cqw;padding-bottom:1cqw}.backwards h2{font-size:7cqw;max-width:11ch}.backwards h2 em{color:var(--accent)}.backwards-intro>.t-body{max-width:33ch;font-size:1.65cqw}.backwards .btl{height:100%;border-left:1px solid var(--rule);padding-left:1cqw}.elsewhere .slide-inner>.stack{display:grid;grid-template-columns:1fr 1fr;gap:.5cqw 4cqw;align-items:end}.elsewhere .slide-inner>.stack>.t-px{grid-column:1 / -1}.elsewhere h2{font-size:4.3cqw}.elsewhere .cards{gap:1.3cqw}.elsewhere .card{padding-top:1cqw;border-top:1px solid var(--rule);gap:1.2cqw}.elsewhere .card>.t-mono{font:1.2cqw/1.35 var(--font-body);color:var(--ink)}.elsewhere .card .t-muted{display:block;font:.85cqw var(--font-mono);margin-top:.5cqw}.origin{padding-top:0;padding-right:0}.origin .split{grid-template-columns:.75fr 1.25fr;gap:4cqw}.origin .split>.media{order:2;height:calc(100% + 1cqw);align-self:start}.origin .media img{-o-object-position:54% center;object-position:54% center}.origin .media-caption{padding:4cqw 2cqw 1.6cqw;font-size:1.25cqw}.origin .stack{order:1;gap:2.8cqw;padding-top:3.4cqw}.origin h2{font-size:6.3cqw}.origin h2 em{display:block;color:var(--accent)}.origin .t-body{font-size:1.55cqw}.idea .split{display:block}.idea .split>div:first-child{position:absolute;right:0;top:1cqw;height:29cqw!important;width:26cqw}.idea .split>div:first-child .media{height:100%!important}.idea .stack{position:static}.idea h2{max-width:15ch;font-size:5.15cqw;position:absolute;left:0;top:12cqw}.idea .stack>.t-body{position:absolute;left:0;top:33cqw;max-width:46ch;font-size:1.45cqw}.idea .wordle{position:absolute;top:3cqw;left:0;gap:.6cqw}.idea .wtile{flex:none;width:6.4cqw;height:6.4cqw;border:.18cqw solid var(--surface-2);border-radius:.4cqw;font:700 3.4cqw/1 var(--font-px);color:#f4f4ec}.idea .wtile.is-miss{background:var(--surface-2);border-color:var(--surface-2)}.idea .wtile.is-near{background:var(--md-yellow);border-color:var(--md-yellow);color:#1c2320}.idea .wtile.is-hit{background:var(--md-green);border-color:var(--md-green);color:#1c2320}.false-start{padding-left:0}.false-start .split{grid-template-columns:1.15fr .85fr;gap:4cqw}.false-start .media{height:100%}.false-start .media video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.false-start h2{font-size:5.6cqw}.false-start .t-accent{font-size:5.9cqw}.false-start .t-lede{font-size:2cqw}.model-time .slide-inner{display:grid;grid-template-columns:.82fr 1.7fr;grid-template-rows:auto 1fr auto;gap:2cqw 4cqw}.model-time .slide-inner>.t-px{grid-column:1}.model-time h2{grid-column:1;font-size:5.6cqw}.model-time .center{grid-column:1;grid-row:3;padding-bottom:1cqw}.model-time .center p{font-family:var(--font-body);font-variation-settings:normal;font-size:1.75cqw;line-height:1.2;letter-spacing:-.03em}.model-time .timeline.is-dense{grid-column:2;grid-row:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:0;padding:0;border-top:1px solid var(--rule);border-left:1px solid var(--rule)}.model-time .timeline:before,.model-time .tick:before{display:none}.model-time .timeline.is-dense .tick{display:flex;grid-row:auto;flex-direction:column;padding:1.65cqw;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);gap:.6cqw;cursor:crosshair;transition:transform .3s var(--ease),background .3s ease,color .3s ease,box-shadow .3s ease}.model-time .tick .t-display{font-family:var(--font-display);font-size:1.55cqw!important;font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;line-height:1.02;letter-spacing:-.04em}.model-time .tick .t-mono{font-size:.95cqw!important}.model-time .tick .strike{margin-top:auto;text-decoration-color:var(--ink)}.model-time .tick.is-accent{background:#191919;--ink: #F4F4EC;--muted: #CFD0C9}.model-time .tick:hover,.model-time .tick:focus-visible{z-index:2;transform:translateY(-.45cqw);background:#f4f4ec;color:#191919;--ink: #191919;--muted: #55585A;box-shadow:0 1.1cqw 2.5cqw #52101455;outline:0}.model-time .tick:hover .strike,.model-time .tick:focus-visible .strike{text-decoration-color:transparent}.megaword{padding-right:0}.megaword .split{grid-template-columns:.7fr 1.3fr!important;gap:0}.megaword .media{height:100%}.megaword .media video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.megaword .stack{padding-right:3cqw;gap:2.5cqw}.megaword .stack>img{width:26cqw!important}.megaword .t-lede{font-size:2.6cqw}.megaword .t-mono{color:var(--accent)}.figma-slide .slide-inner{display:block}.figma-slide .hero-head{display:flex;flex-direction:column;width:30cqw;gap:1.7cqw;align-items:flex-start}.figma-slide h2{font-size:5cqw}.figma-slide .hero-head .t-body{font-size:1.4cqw}.figma-slide .split{display:contents}.slide.figma-slide .loupe-fig{position:absolute;bottom:0;left:0;width:29cqw;border-radius:0;border:0}.figma-slide .hero-media{position:absolute;top:0;bottom:0;right:-4cqw;width:63cqw;padding:1.5cqw;background:#1a1c1e}.figma-slide .hero-media>.media{width:100%;height:100%}.resolution .row{align-items:center;justify-content:space-between}.resolution h2{font-size:7.3cqw;font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;text-transform:uppercase}.resolution .truesize{overflow:hidden;border:1px solid var(--rule);background-image:linear-gradient(#FFFFFF05 1px,transparent 1px),linear-gradient(90deg,#FFFFFF05 1px,transparent 1px);background-size:1.2cqw 1.2cqw}.resolution .truesize-label{background:var(--bg);width:-moz-fit-content;width:fit-content;padding:.5cqw 1cqw;bottom:.5cqw}.screens .hero-head{display:block}.screens h2{font-size:5.5cqw;margin-top:.5cqw}.screens .rom-grid{gap:.6cqw}.screens .rom-grid>img{background:#1d2021;padding:.65cqw;cursor:zoom-in}.pipeline .slide-inner{display:flex;gap:1.5cqw}.pipeline .row{order:0;justify-content:space-between;flex-wrap:nowrap}.pipeline .row h2{font-size:4cqw}.pipeline .row .t-px{text-align:right}.pipeline .pipeline-images{order:1;flex:1;min-height:0;gap:.8cqw}.pipeline .pipe{order:2;gap:.7cqw 1.7cqw}.pipeline .pipe-step{background:none;border:0;border-top:1px solid var(--rule);border-radius:0;padding:.75cqw 0 0;gap:.25cqw}.pipeline .pipe-step>.t-px{font-size:.85cqw}.pipeline .pipe-step .t-h3{font-size:1.65cqw;line-height:1.15}.pipeline .pipe-step .t-body{font-size:1.1cqw;line-height:1.32}.pipeline .pipe-step.is-bad{border-color:var(--accent)}.pipeline .pipe-step.is-good{border-color:var(--md-green)}.pipeline .pipeline-images .media{padding-bottom:1.2cqw}.pipeline .media-caption{background:var(--bg);padding:.3cqw 0}.graphics .slide-inner,.tester .slide-inner,.website .slide-inner{flex-direction:column-reverse;gap:0}.graphics .hero-head,.tester .hero-head{padding:1.7cqw 0 0;grid-template-columns:1.35fr 1fr;gap:4cqw;align-items:start;border-top:1px solid var(--rule)}.graphics .hero-head .t-h2,.tester .hero-head .t-h2{font-size:3.4cqw;margin-top:.5cqw}.graphics .hero-head .t-body,.tester .hero-head .t-body{font-size:1.3cqw}.graphics .hero-media,.tester .hero-media,.website .hero-media{padding-bottom:1.4cqw}.hero-media>.media{height:100%;width:100%}.website .row{padding-top:1.4cqw;border-top:1px solid var(--rule);flex-wrap:nowrap;justify-content:space-between}.website .row h2{font-size:5cqw}.website .row .t-px{max-width:26ch;text-align:right}.pipemerge .slide-inner{display:flex;flex-direction:column;gap:1.2cqw}.pipemerge .row{flex-wrap:nowrap;gap:3cqw}.pipemerge .row h2{font-size:3.5cqw}.pipemerge .row>p{font-size:1.7cqw;text-align:right;white-space:nowrap}.pipemerge .merge-body{flex:1;min-height:0;display:grid;grid-template-columns:.88fr 1.12fr;gap:3cqw;align-items:center}.slide.pipemerge .palette{min-height:0;gap:0}.slide.pipemerge .palette-grid{grid-template-columns:repeat(4,8cqw);grid-auto-rows:8cqw;gap:.85cqw;justify-content:center;margin:0;transform:perspective(80cqw) rotateX(21deg) rotate(-16deg)}.slide.pipemerge .pal-block{box-shadow:.3cqw .4cqw #2e3439,.7cqw 1.4cqw 2cqw #0007}.slide.pipemerge .palette-info{display:none}.pipemerge .pipe{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65cqw 2.2cqw}.pipemerge .pipe-step{background:none;border:0;border-top:1px solid var(--rule);border-radius:0;padding:.7cqw 0 0;gap:.2cqw}.pipemerge .pipe-step>.t-px{font-size:.78cqw}.pipemerge .pipe-step .t-h3{font-size:1.45cqw;line-height:1.15}.pipemerge .pipe-step .t-body{font-size:1cqw;line-height:1.3}.pipemerge .pipe-step.is-bad{border-color:var(--accent)}.pipemerge .pipe-step.is-good{border-color:var(--md-green)}.pipemerge .mud-trigger{align-self:flex-start;border:1px solid var(--rule);border-radius:.4cqw;padding:.5cqw .9cqw;background:transparent;color:var(--ink);cursor:pointer;font-size:.85cqw}.pipemerge .mud-trigger:hover{border-color:var(--ink)}.pipemerge .pipeline-images{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);pointer-events:none}.colours .slide-inner{display:block}.colours .row{display:contents}.colours .row>.stack{position:absolute;top:0;left:0;gap:1cqw!important}.colours .row h2{display:flex;flex-direction:column;font-size:3.3cqw;gap:.7cqw}.colours .row h2>span{font:650 14.5cqw/.9 var(--font-display);font-variation-settings:"wdth" 75,"wght" 650;letter-spacing:-.06em}.colours .row>p{position:absolute;top:23cqw;left:0;width:27cqw;font-size:2.3cqw}.colours .row>p>span:first-child{display:block;font:650 9.5cqw/.9 var(--font-display);font-variation-settings:"wdth" 75,"wght" 650;letter-spacing:-.06em}.colours .colour-limit{display:block;margin-top:.7cqw}.slide.colours .palette{position:absolute;top:0;bottom:0;right:0;width:60cqw;justify-content:center}.slide.colours .palette-grid{grid-template-columns:repeat(4,11.7cqw);grid-auto-rows:11.7cqw;gap:1.2cqw;justify-content:center;margin-top:1cqw;transform:translateY(-1.4cqw) perspective(80cqw) rotateX(27deg) rotate(-22deg)}.slide.colours .pal-block{box-shadow:.45cqw .6cqw #2e3439,1cqw 2cqw 3cqw #0007}.slide.colours .palette-info{position:absolute;bottom:0;left:0;right:0;border-top:1px solid var(--rule);padding-top:.8cqw}.slide.colours .palette-info .t-mono{font-size:.8cqw}.slide.colours .palette-chip{width:1.7cqw;height:1.7cqw;border-radius:0}.slide.colours .pal{position:relative;transition:opacity .75s ease,transform .2s ease,box-shadow .2s ease}.slide.colours .pal:hover{z-index:4;transform:scale(2.15);outline:.12cqw solid #F4F4EC;box-shadow:0 .6cqw 1.2cqw #000a}.toolkit .slide-inner{display:grid;grid-template-columns:.7fr 1.7fr;gap:4cqw}.toolkit .row{flex-direction:column;justify-content:space-between!important;align-items:flex-start}.toolkit .row h2{font-size:9.5cqw;max-width:5ch}.toolkit .row .t-px{max-width:12ch}.toolkit .tools{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:0 3cqw}.toolkit .tool{display:grid;grid-template-columns:1fr;border:0;border-top:1px solid var(--rule);border-radius:0;padding:1cqw 0;gap:.4cqw;background:none}.toolkit .tool .t-px{color:var(--accent);font-size:.8cqw}.toolkit .tool .t-h3{font-size:2.15cqw}.toolkit .tool .t-body{font-size:1.15cqw}.voice .split{display:block}.voice .split>.stack:first-child{display:contents}.voice .split>.stack:first-child>.t-px{position:absolute;top:0;left:0}.voice h2{position:absolute;top:2cqw;left:0;font-size:6cqw}.voice .split>.stack:first-child>.t-body{position:absolute;top:1.7cqw;right:0;width:39cqw;font-size:1.55cqw}.voice .rate-compare{position:absolute;left:0;right:0;top:10.5cqw;padding-top:1.8cqw;grid-template-columns:1fr 1.15fr;gap:5cqw}.voice .rate-compare .t-h3{font:1.8cqw/1 var(--font-body);margin:.7cqw 0 1cqw}.voice .rate-compare .t-h3>span{font:650 8.8cqw/.9 var(--font-display);font-variation-settings:"wdth" 75,"wght" 650;letter-spacing:-.055em;margin-right:.6cqw}.voice .rate-compare>div:last-child{border-left:1px solid var(--rule);padding-left:5cqw}.voice .split>.stack:first-child>.t-lede{position:absolute;top:27cqw;left:0;font-size:1.5cqw;color:var(--muted)}.voice .split>.stack:last-child{position:absolute;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1cqw}.network .split{grid-template-columns:1.2fr .8fr;gap:4cqw;align-items:start;padding-bottom:6cqw}.network .media{width:100%;height:100%}.network .media video{-o-object-fit:contain;object-fit:contain}.network .stack{gap:1.3cqw;counter-reset:relay}.network h2{font-size:4.1cqw}.network .stack>.t-body{font-size:1.28cqw;padding-left:2cqw;position:relative}.network .stack>.t-body:before{counter-increment:relay;content:counter(relay,decimal-leading-zero);position:absolute;left:0;top:.1cqw;font:.85cqw var(--font-mono);color:var(--accent)}.network .stack>.t-lede{position:absolute;bottom:0;left:0;right:0;font-size:2.2cqw;padding-top:1.2cqw;border-top:1px solid var(--rule)}.network .t-lede strong{font:900 3.7cqw/1 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;letter-spacing:-.04em;text-transform:uppercase;color:var(--ink);margin-right:.6cqw}.reception .split{grid-template-columns:.9fr 1.1fr;gap:4cqw}.reception .stack{position:relative;justify-content:center}.reception-quote{position:relative;margin:0;padding:6.4cqw 0 2cqw;border-top:.16cqw solid var(--accent)}.reception-mark{position:absolute;top:.55cqw;left:-.45cqw;color:var(--accent);font:900 8.5cqw/.82 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900}.reception-quote>p{max-width:13ch;font:750 4.1cqw/1.02 var(--font-display);font-variation-settings:"wdth" 110,"wght" 750;font-stretch:110%;letter-spacing:-.045em}.reception-quote em{color:var(--accent);font-style:normal}.reception-quote footer{margin-top:2.2cqw;font:.85cqw var(--font-mono);color:var(--muted);letter-spacing:.02em;text-transform:uppercase}.reception .phone-pair{gap:1cqw}.reception .phone-pair>:last-child{transform:translateY(-1cqw)}.respect .center{position:static}.respect h2{position:absolute;left:-.25cqw;right:0;top:10cqw;font:900 15.5cqw/.88 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;letter-spacing:-.055em}.respect-message{position:absolute;bottom:0;left:0;right:0}.respect-message>.t-lede{font-size:1.8cqw;margin-bottom:2cqw}.respect-constraints{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--accent);padding-top:1.5cqw;gap:1cqw;font:600 2.5cqw/1 var(--font-body);letter-spacing:-.03em;color:#121617}.finished{padding-right:0}.finished .split{grid-template-columns:.72fr 1.28fr;gap:3cqw}.finished .stack{gap:2.5cqw}.finished h2{font-size:7.2cqw}.finished h2 em{color:var(--accent)}.finished .t-body{font-size:1.5cqw}.finished .split>div:last-child{height:100%}.finished .media{width:100%!important;height:100%!important}.finished .media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.closing .slide-inner{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:1.4cqw}.closing .closing-head{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.8cqw}.closing h2{font:900 10.8cqw/.88 var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;letter-spacing:-.055em}.closing .closing-qrs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end!important;gap:3cqw;width:100%}.slide.closing .qr{display:grid;grid-template-columns:12cqw 1fr;grid-template-rows:auto auto;gap:.3cqw 1.5cqw;text-align:left;align-items:end}.slide.closing .qr-code{grid-row:1 / 3;width:12cqw;border-radius:0;padding:1cqw;border:0}.slide.closing .qr .t-h3{font-size:2.3cqw;align-self:end}.slide.closing .qr .t-mono{font-size:.85cqw;align-self:start}.closing .bottom{grid-column:1 / -1;margin:0}@media (max-width: 700px) and (max-aspect-ratio: 4/3){.stage{overflow:visible}.deck .stage>.chrome{--ink: #F4F4EC;--muted: #AEB1B2;--rule: #35383A;--accent: #FF343B;bottom:-58px;padding-top:10px}.chrome .t-px{font-size:9px}.chrome-right{gap:10px}.chrome .chrome-home{margin-right:6px}.chrome-brand{display:none}.chrome .nav-btn{width:44px;height:44px;font-size:16px}}@media (prefers-reduced-motion: reduce){.deck *,.deck *:before,.deck *:after{animation:none!important;transition:none!important}[data-step]{transform:none}}.truesize[data-astro-cid-llnxf5sf]{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:4cqw}.truesize-box[data-astro-cid-llnxf5sf]{position:relative;flex:none;overflow:hidden;background:#000;outline:1px solid var(--rule);transform-origin:50% 50%;transition:transform .7s var(--ease),outline-color .4s;image-rendering:pixelated}.truesize-box[data-astro-cid-llnxf5sf] img,.truesize-box[data-astro-cid-llnxf5sf] video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;image-rendering:pixelated}.truesize-box[data-astro-cid-llnxf5sf] .ph{border-radius:0;padding:6px;gap:4px}.truesize-box[data-astro-cid-llnxf5sf] .ph-want{font-size:11px;line-height:1.2}.truesize-box[data-astro-cid-llnxf5sf] .ph-path{font-size:8px}.truesize-box[data-astro-cid-llnxf5sf] .ph-kind,.truesize-box[data-astro-cid-llnxf5sf] .ph-tag{font-size:7px}.truesize-step[data-astro-cid-llnxf5sf]{position:absolute;width:0;height:0;overflow:hidden}.truesize-label[data-astro-cid-llnxf5sf]{position:absolute;left:0;right:0;bottom:0;margin:0 auto;text-align:center;max-width:70ch;transition:opacity .35s ease}@media (prefers-reduced-motion: reduce){.truesize-box[data-astro-cid-llnxf5sf]{transition:none}}.palette[data-astro-cid-cxdzcdug]{flex:1;min-height:0;display:flex;flex-direction:column;gap:1.4cqw}.palette-grid[data-astro-cid-cxdzcdug]{display:grid;grid-template-columns:repeat(4,15cqw);grid-auto-rows:15cqw;justify-content:space-between;row-gap:1.2cqw}.palette-grid[data-astro-cid-cxdzcdug] .pal-block{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.12cqw}.palette-grid[data-astro-cid-cxdzcdug] .pal{aspect-ratio:1;background:var(--c);transition:opacity .35s ease,transform .15s;cursor:crosshair}.palette-grid[data-astro-cid-cxdzcdug] .pal:hover{transform:scale(1.35);z-index:1;outline:.15cqw solid #fff}.palette[data-astro-cid-cxdzcdug][data-mode="16"] .pal:not(.is-16),.palette[data-astro-cid-cxdzcdug][data-mode="64"] .pal:not(.is-64),.palette[data-astro-cid-cxdzcdug][data-mode="61"] .pal:not(.is-61){opacity:.07}.palette[data-astro-cid-cxdzcdug][data-mode="61"] .pal.is-backdrop{outline:.2cqw solid var(--accent);outline-offset:.06cqw}.palette-info[data-astro-cid-cxdzcdug]{display:flex;align-items:center;gap:1.2cqw;min-height:2.4cqw}.palette-note[data-astro-cid-cxdzcdug]{margin-left:auto;text-align:right}.palette-chip[data-astro-cid-cxdzcdug]{width:2.4cqw;height:2.4cqw;border-radius:.3cqw;border:1px solid var(--rule);background:var(--c, transparent);flex:none}.btl[data-astro-cid-fnd3qb5o]{min-height:0;display:flex;align-items:center}svg[data-astro-cid-fnd3qb5o]{display:block;width:100%;height:100%;overflow:visible}.axis[data-astro-cid-fnd3qb5o]{stroke:var(--rule);stroke-width:2}.anchor[data-astro-cid-fnd3qb5o]{fill:var(--ink)}.year[data-astro-cid-fnd3qb5o]{font:650 46px var(--font-display);font-variation-settings:"wdth" 80,"wght" 650;letter-spacing:-.04em}.note[data-astro-cid-fnd3qb5o]{font:14px var(--font-mono);fill:var(--muted)}.minor[data-astro-cid-fnd3qb5o] .year[data-astro-cid-fnd3qb5o]{font-size:24px}.minor[data-astro-cid-fnd3qb5o] .note[data-astro-cid-fnd3qb5o]{font-size:12px}.draw[data-astro-cid-fnd3qb5o]{fill:none;stroke:var(--ink);stroke-width:6;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset 1.1s var(--ease)}.is-on[data-astro-cid-fnd3qb5o] .draw[data-astro-cid-fnd3qb5o]{stroke-dashoffset:0}.head[data-astro-cid-fnd3qb5o]{opacity:0;fill:var(--ink);transition:opacity .2s .65s}.is-on[data-astro-cid-fnd3qb5o] .head[data-astro-cid-fnd3qb5o]{opacity:1}.label[data-astro-cid-fnd3qb5o]{font:900 38px var(--font-display);font-variation-settings:"wdth" 110,"wght" 900;font-stretch:110%;letter-spacing:-.035em;text-transform:uppercase;fill:var(--ink)}.sub[data-astro-cid-fnd3qb5o]{font:17px var(--font-body);fill:var(--muted)}.back[data-astro-cid-fnd3qb5o] .draw[data-astro-cid-fnd3qb5o]{stroke:var(--accent);stroke-width:12}.back[data-astro-cid-fnd3qb5o] .head[data-astro-cid-fnd3qb5o],.back[data-astro-cid-fnd3qb5o] .label[data-astro-cid-fnd3qb5o]{fill:var(--accent)}@media (prefers-reduced-motion:reduce){.draw[data-astro-cid-fnd3qb5o],.head[data-astro-cid-fnd3qb5o]{transition:none}}.loupe-fig[data-astro-cid-4jnumhm3]{position:relative;margin:0;overflow:hidden;border-radius:.6cqw;border:1px solid var(--rule);background:var(--surface);cursor:none;width:100%}.loupe-fig[data-astro-cid-4jnumhm3] img[data-astro-cid-4jnumhm3]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;image-rendering:pixelated}.loupe[data-astro-cid-4jnumhm3]{position:absolute;width:30%;aspect-ratio:1;border-radius:50%;border:.25cqw solid #fff;box-shadow:0 0 0 .25cqw var(--md-navy),0 1cqw 3cqw #0009;background-repeat:no-repeat;image-rendering:pixelated;pointer-events:none;z-index:2}.loupe-hint[data-astro-cid-4jnumhm3]{position:absolute;right:1cqw;bottom:1cqw;padding:.5cqw .7cqw;background:#000000b3;color:var(--ink);border-radius:.3cqw;pointer-events:none;transition:opacity .35s ease}.loupe-fig[data-astro-cid-4jnumhm3]:hover .loupe-hint[data-astro-cid-4jnumhm3]{opacity:0}.memory-sculpture[data-astro-cid-3o3iuf37]{position:absolute;inset:0;pointer-events:none}canvas[data-astro-cid-3o3iuf37]{width:100%;height:100%;display:block;opacity:0;transition:opacity .8s ease}.memory-fallback[data-astro-cid-3o3iuf37]{position:absolute;left:32%;top:17%;width:51%;image-rendering:pixelated;transform:perspective(70cqw) rotateY(-24deg) rotate(-18deg);filter:saturate(1.05);transition:opacity .5s ease}[data-astro-cid-3o3iuf37][data-ready] canvas[data-astro-cid-3o3iuf37]{opacity:1}[data-astro-cid-3o3iuf37][data-ready] .memory-fallback[data-astro-cid-3o3iuf37]{opacity:0}.qr[data-astro-cid-57ga67cu]{display:flex;flex-direction:column;align-items:center;gap:1.2cqw;text-align:center}.qr-code[data-astro-cid-57ga67cu]{width:14cqw;padding:1.2cqw;background:#000;border:1px solid var(--rule);border-radius:.35cqw}.qr-code[data-astro-cid-57ga67cu] svg{display:block;width:100%;height:auto}
