@font-face{font-family:Besley;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/besley-var.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Besley;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/besley-italic.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:100 700;font-display:swap;src:url(/fonts/ibm-plex-sans-var.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono-500.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--paper: #F8F7F2;--paper-90: rgba(248, 247, 242, .88);--ink: #1E2430;--muted: #5F6673;--blue: #275D8B;--blue-deep: #1D4869;--blue-tint: #E8EFF5;--grid-line: rgba(39, 93, 139, .1);--rule: rgba(39, 93, 139, .25);--rule-soft: #DFDDD2}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}.serif{font-family:Besley,Georgia,serif}.mono{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.07em;text-transform:uppercase}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.wrap{max-width:1020px;margin:0 auto;padding:0 26px}nav.site{position:sticky;top:0;z-index:50;background:var(--paper-90);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--rule);transition:box-shadow .25s ease}nav.site.is-scrolled{box-shadow:0 8px 24px -14px #1e3a5447}nav.site .wrap{display:flex;justify-content:space-between;align-items:center;padding-top:14px;padding-bottom:14px}nav.site .wordmark{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font-family:Besley,serif;font-weight:700;font-size:17px}nav.site .wordmark .mark{width:30px;height:30px;background:var(--blue-tint);border:1px solid var(--rule);display:flex;align-items:center;justify-content:center;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;color:var(--blue)}nav.site ul{display:flex;gap:24px;list-style:none;align-items:center}nav.site ul a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:500}nav.site ul a:hover{color:var(--blue)}nav.site .nav-cta{background:var(--blue);color:var(--paper)!important;padding:8px 17px;border-radius:999px;font-weight:600;transition:background .15s ease}nav.site .nav-cta:hover{background:var(--blue-deep)}nav.site li.has-menu{position:relative}nav.site li.has-menu .caret{font-size:9px;margin-left:5px;display:inline-block;vertical-align:1px}nav.site .submenu{display:none;position:absolute;top:calc(100% + 10px);right:0;min-width:172px;background:var(--paper);border:1px solid var(--rule);border-radius:6px;padding:6px;box-shadow:0 6px 18px #18243012;flex-direction:column;gap:2px;align-items:stretch}nav.site .submenu li{width:100%}nav.site .submenu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}nav.site li.has-menu:hover .submenu,nav.site li.has-menu:focus-within .submenu{display:flex}nav.site .submenu a{display:block;padding:8px 10px;border-radius:4px;font-size:13.5px}nav.site .submenu a:hover{background:var(--blue-tint);color:var(--blue)}.hero-band{background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:26px 26px;position:relative}.hero-band:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,var(--paper) 100%);pointer-events:none}.hero-band>*{position:relative;z-index:1}.hero{padding:64px 0 52px;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:56px;align-items:center}.hero-copy{max-width:640px}.hero .kicker{color:var(--blue);margin-bottom:18px;display:block}.hero h1{font-family:Besley,serif;font-size:clamp(30px,4vw,47px);font-weight:600;letter-spacing:-.008em;line-height:1.16;position:relative}.hero h1 .ghost{visibility:hidden}.hero h1 .typed-wrap{position:absolute;inset:0}.hero h1 .caret{display:inline-block;width:4px;height:.82em;background:var(--blue);vertical-align:-.06em;margin-left:5px;animation:blink 1.05s steps(1) infinite}@keyframes blink{50%{opacity:0}}.hero h1 .caret.is-done{animation:none;opacity:0;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.caret{animation:none}html{scroll-behavior:auto}.card,.featured-card{transition:none!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.hero p.lede{font-size:17.5px;color:var(--muted);max-width:620px;margin-top:20px}.hero p.lede strong{color:var(--ink);font-weight:600}.featured-card{display:grid;grid-template-columns:1fr 280px;gap:44px;align-items:center;background:var(--blue-tint);border:1px solid var(--rule);padding:40px 44px;margin-bottom:24px;transition:border-color .15s ease}.featured-card:hover{border-color:var(--blue)}.featured-card .kicker{color:var(--blue)}.featured-card h2{font-family:Besley,serif;font-size:clamp(22px,2.7vw,29px);font-weight:600;line-height:1.25;margin:12px 0}.featured-card h2 a{color:var(--ink);text-decoration:none}.featured-card h2 a:hover{color:var(--blue)}.featured-card p{color:var(--muted);font-size:15.5px;margin-bottom:16px}.featured-card .meta{color:var(--muted)}.flow{background:var(--paper);border:1px solid var(--rule);padding:22px 24px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.flow .node{border:1.5px solid var(--blue);color:var(--blue-deep);padding:7px 14px;font-family:IBM Plex Mono,monospace;font-size:12px;white-space:nowrap}.flow .node.end{background:var(--blue);color:var(--paper)}.flow .down{color:var(--blue);font-family:IBM Plex Mono,monospace;font-size:13px;padding-left:16px;line-height:1}.flow .cap{margin-top:12px;color:var(--muted);font-size:12px;font-family:IBM Plex Mono,monospace}.flow .cap b{color:var(--blue);font-weight:500}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--rule);background:var(--paper);padding:24px;display:flex;flex-direction:column;gap:10px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 12px 28px #1e3a541a}.card .meta{display:flex;justify-content:space-between;align-items:baseline;color:var(--muted)}.card .meta .tag{color:var(--blue);background:var(--blue-tint);padding:3px 10px;border-radius:999px}.card h3{font-family:Besley,serif;font-size:18px;font-weight:600;line-height:1.35}.card h3 a{color:var(--ink);text-decoration:none}.card h3 a:hover{color:var(--blue)}.card p{color:var(--muted);font-size:14px}.more-row{margin-top:26px}.more-row a{color:var(--blue);font-weight:600;text-decoration:none}.more-row a:hover{text-decoration:underline;text-underline-offset:3px}section.about{padding:76px 0 0;border-top:1px solid var(--rule);margin-top:80px}.about-grid{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:stretch}.about-text h2{text-wrap:balance}.headshot{background:var(--blue-tint);border:1px solid var(--rule);overflow:hidden;min-height:100%}.headshot img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.headshot-wrap{display:flex;flex-direction:column;gap:10px}.headshot-wrap .headshot{flex:1}.headshot-wrap .cap{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:12px}.headshot-wrap .cap b{color:var(--blue);font-weight:500}.about-text h2{font-family:Besley,serif;font-size:26px;font-weight:600;margin-bottom:12px}.about-text p{color:var(--muted)}.about-text p strong{color:var(--ink);font-weight:600}.about-text p+p{margin-top:14px}.about-cta{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:12px 25px;border-radius:999px;font-size:14.5px;font-weight:600;text-decoration:none;border:1px solid var(--blue);transition:background .15s ease,color .15s ease}.btn.primary{background:var(--blue);color:var(--paper)}.btn.primary:hover{background:var(--blue-deep)}.btn.ghost{color:var(--blue)}.btn.ghost:hover{background:var(--blue-tint)}.subscribe{margin:80px 0 0;background:var(--blue-deep);padding:46px 48px;color:var(--paper)}.subscribe h2{font-family:Besley,serif;font-size:24px;font-weight:600;margin-bottom:8px}.subscribe p{color:#b9ccdd;margin-bottom:24px;max-width:480px;font-size:15px}.subscribe form{display:flex;gap:10px;max-width:460px;flex-wrap:wrap}.subscribe input[type=email]{flex:1;min-width:220px;padding:12px 18px;border:1px solid #3E6C94;background:#235379;color:var(--paper);font-family:inherit;font-size:14.5px}.subscribe input[type=email]::placeholder{color:#8faec8}.subscribe button{padding:12px 24px;border:none;cursor:pointer;background:var(--paper);color:var(--blue-deep);font-weight:600;font-size:14.5px;font-family:inherit}.subscribe button:hover{background:var(--blue-tint)}.hp-field{position:absolute;left:-9999px}footer.site{padding:42px 0 52px}footer.site .wrap{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:baseline}footer.site ul{display:flex;gap:20px;list-style:none;flex-wrap:wrap}footer.site a{color:var(--muted);text-decoration:none;font-size:14px}footer.site a:hover{color:var(--blue)}footer.site .fine{font-size:13px;color:var(--muted)}.note-head{padding:60px 0 34px;max-width:720px}.note-head .kicker{color:var(--blue);margin-bottom:16px;display:block}.note-head .kicker .tag{color:var(--blue);background:var(--blue-tint);padding:3px 10px;border-radius:999px;margin-right:10px}.note-head h1{font-family:Besley,serif;font-size:clamp(28px,4vw,42px);font-weight:600;letter-spacing:-.008em;line-height:1.2}.note-head p.standfirst{font-size:17.5px;color:var(--muted);margin-top:16px}.note-body{max-width:720px;padding-bottom:24px}.prose{font-size:16.5px}.prose p{margin:0 0 18px;color:var(--ink)}.prose h2{font-family:Besley,serif;font-size:24px;font-weight:600;margin:36px 0 14px}.prose h3{font-family:Besley,serif;font-size:19px;font-weight:600;margin:28px 0 10px}.prose a{color:var(--blue);text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{color:var(--blue-deep)}.prose ul,.prose ol{margin:0 0 18px;padding-left:24px;color:var(--ink)}.prose li{margin-bottom:6px}.prose li::marker{color:var(--blue)}.prose strong{font-weight:600}.prose blockquote{margin:0 0 18px;padding:14px 22px;background:var(--blue-tint);border:1px solid var(--rule);color:var(--ink)}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:IBM Plex Mono,monospace;font-size:14px;background:var(--blue-tint);padding:1.5px 6px;color:var(--blue-deep)}.prose pre{background:#1e2430;color:#e8eff5;border:1px solid var(--rule);padding:18px 20px;margin:0 0 18px;overflow-x:auto;font-size:13.5px;line-height:1.6}.prose pre code{background:none;padding:0;color:inherit}.prose hr{border:0;border-top:1px solid var(--rule);margin:30px 0}.prose figure{margin:26px 0}.prose figure img{width:100%;height:auto;display:block;border-radius:6px}.prose figcaption{font-family:IBM Plex Mono,monospace;font-size:12.5px;color:var(--muted);margin-top:8px}.prose .fig-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}@media(max-width:640px){.prose .fig-row{grid-template-columns:1fr}}.note-foot{max-width:720px;margin:34px 0 0;border-top:1px solid var(--rule);padding-top:26px}.note-foot .byline{display:flex;gap:18px;align-items:center}.note-foot .byline img{width:56px;height:66px;object-fit:cover;object-position:top;border:1px solid var(--rule)}.note-foot .byline p{color:var(--muted);font-size:14.5px;max-width:480px}.note-foot .byline p strong{color:var(--ink);font-weight:600}.note-foot .cta-row{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.back-row{padding-top:34px}.back-row a{color:var(--blue);font-weight:600;text-decoration:none;font-size:14.5px}.back-row a:hover{text-decoration:underline;text-underline-offset:3px}.archive-head{padding:56px 26px 10px}.archive-head h1{font-family:Besley,serif;font-size:clamp(28px,4vw,40px);font-weight:600}.archive-head p{color:var(--muted);margin-top:10px;max-width:560px}.archive-list{padding:22px 26px 40px}.archive-list .archive-item{max-width:820px}.archive-item{display:grid;grid-template-columns:118px 1fr;gap:24px;align-items:baseline;padding:18px 0;border-bottom:1px solid var(--rule)}.archive-item .date{color:var(--muted);font-size:12px}.archive-item h2{font-family:Besley,serif;font-size:20px;font-weight:600;line-height:1.35;display:inline}.archive-item h2 a{color:var(--ink);text-decoration:none}.archive-item h2 a:hover{color:var(--blue)}.archive-item .tag{color:var(--blue);font-size:12px;margin-left:10px;white-space:nowrap}.archive-item p.desc{color:var(--muted);font-size:14.5px;margin-top:6px}@media(max-width:860px){.hero{padding:44px 0 36px;grid-template-columns:1fr;gap:30px}.sheet-wrap{max-width:420px}.featured-card{grid-template-columns:1fr;gap:26px;padding:28px 26px}.grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:26px}.headshot-wrap{max-width:240px}.headshot{aspect-ratio:4 / 5;min-height:0}.subscribe{padding:32px 24px}nav.site ul{gap:12px}nav.site ul li.hide-m{display:none}nav.site .nav-toggle{display:inline-flex}.archive-item{grid-template-columns:1fr;gap:4px;padding:16px 0}}@view-transition{navigation:auto}::view-transition-old(root){animation-duration:.18s}::view-transition-new(root){animation-duration:.26s}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}.read-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:60;background:var(--blue);transform-origin:0 50%;transform:scaleX(0);pointer-events:none}@supports (animation-timeline: scroll()){.read-progress{animation:read-grow linear both;animation-timeline:scroll(root)}}@keyframes read-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:no-preference){html.js [data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * 70ms)}html.js [data-reveal].is-in{opacity:1;transform:none}html.js .card[data-reveal].is-in{transition-property:opacity,transform,box-shadow,border-color;transition-delay:calc(var(--i, 0) * 70ms),calc(var(--i, 0) * 70ms),0s,0s}html.js .card[data-reveal].is-in:hover{transition-duration:.16s;transition-delay:0s}html.js [data-reveal].reveal-wipe{opacity:1;transform:none}html.js [data-reveal].reveal-wipe .headshot{clip-path:inset(0 100% 0 0);transition:clip-path .9s cubic-bezier(.22,1,.36,1)}html.js [data-reveal].reveal-wipe.is-in .headshot{clip-path:inset(0 0 0 0)}html.js [data-reveal].reveal-wipe .cap{opacity:0;transition:opacity .5s ease .6s}html.js [data-reveal].reveal-wipe.is-in .cap{opacity:1}}.card{position:relative}.card:before,.card:after{content:"";position:absolute;width:10px;height:10px;pointer-events:none;border:0 solid var(--blue);opacity:0;transition:opacity .18s ease}.card:before{top:-1px;left:-1px;border-top-width:2px;border-left-width:2px}.card:after{bottom:-1px;right:-1px;border-bottom-width:2px;border-right-width:2px}.card:hover:before,.card:hover:after{opacity:1}.card h3{text-wrap:balance}.flow .node{position:relative;transition:none}@media(prefers-reduced-motion:no-preference){.flow .node:not(.end){animation:flow-hit 6.4s ease-in-out infinite}.flow .node:nth-of-type(1){animation-delay:0s}.flow .node:nth-of-type(2){animation-delay:1.6s}.flow .node:nth-of-type(3){animation-delay:3.2s}.flow .node.end{animation:flow-end 6.4s ease-in-out infinite;animation-delay:4.8s}.flow .down{animation:flow-arrow 6.4s ease-in-out infinite;opacity:.45}.flow .down:nth-of-type(1){animation-delay:.9s}.flow .down:nth-of-type(2){animation-delay:2.5s}.flow .down:nth-of-type(3){animation-delay:4.1s}}@keyframes flow-hit{0%,22%,to{background:transparent;color:var(--blue-deep);box-shadow:none}6%,16%{background:var(--blue-tint);color:var(--blue-deep);box-shadow:inset 0 0 0 1px var(--blue)}}@keyframes flow-end{0%,22%,to{box-shadow:0 0 #275d8b00}6%{box-shadow:0 0 #275d8b73}16%{box-shadow:0 0 0 9px #275d8b00}}@keyframes flow-arrow{0%,20%,to{opacity:.45;transform:translateY(0)}8%{opacity:1;transform:translateY(2px)}}.sheet-wrap{width:100%;max-width:380px;justify-self:end}.sheet{display:block;width:100%;height:auto;background:var(--paper);border:1px solid var(--rule);box-shadow:0 18px 40px -24px #1e3a5459,0 1px #fff9 inset}.sheet text{font-family:IBM Plex Mono,monospace;fill:var(--ink)}.sheet .lbl{font-size:10.5px}.sheet .lbl.on-blue{fill:var(--paper)}.sheet .tb text{font-size:7.5px;fill:var(--muted);letter-spacing:.06em}.sheet .tb .k{fill:var(--blue);font-weight:500}.sheet .rot{font-size:8.5px;fill:var(--blue);letter-spacing:.08em}.sheet .wire,.sheet .box,.sheet .loop,.sheet .arr,.sheet .tb line,.sheet .tb rect,.sheet .reg{fill:none;stroke:var(--blue);stroke-width:1.4;vector-effect:non-scaling-stroke}.sheet .reg{stroke-width:1;opacity:.55}.sheet .tb rect,.sheet .tb line{stroke-width:1;opacity:.8}.sheet .box{fill:var(--paper)}.sheet .box.end{fill:var(--blue)}.sheet .loop{stroke-dasharray:3 3;opacity:.8}.sheet .arr{fill:var(--blue);stroke:none}.sheet .pulse{fill:var(--blue);opacity:0}.sheet .pulse-halo{fill:none;stroke:var(--blue);stroke-width:1.4;opacity:0}.sheet-cap{margin-top:12px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:12px}.sheet-cap b{color:var(--blue);font-weight:500}@media(prefers-reduced-motion:no-preference){.sheet .draw{stroke-dasharray:1;stroke-dashoffset:0;animation:draw .7s cubic-bezier(.4,0,.2,1) both;animation-delay:var(--d, 0s)}.sheet .box.draw{animation-name:draw,box-fill;animation-duration:.7s,.5s;animation-delay:var(--d, 0s),calc(var(--d, 0s) + .55s)}.sheet .box.end.draw{animation-name:draw,box-fill-end}.sheet .fade{animation:fade-in .5s ease both;animation-delay:var(--d, 0s)}.sheet .pulse{animation:pulse-run 7s linear infinite;animation-delay:4.2s;offset-path:path("M87 53 H281 V129 H87 V205 H360 V53 H281");offset-rotate:0deg}.sheet .pulse-halo{animation:pulse-halo 7s linear infinite;animation-delay:4.2s;offset-path:path("M87 53 H281 V129 H87 V205 H360 V53 H281");offset-rotate:0deg}.sheet-cap{animation:fade-in .6s ease both;animation-delay:3.6s}}@supports not (offset-path: path("M0 0 L1 1")){.sheet .pulse,.sheet .pulse-halo{display:none}}@keyframes draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes box-fill{0%{fill-opacity:0}to{fill-opacity:1}}@keyframes box-fill-end{0%{fill-opacity:0}to{fill-opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-run{0%{offset-distance:0%;opacity:0}3%{opacity:1}78%{offset-distance:100%;opacity:1}82%,to{offset-distance:100%;opacity:0}}@keyframes pulse-halo{0%{offset-distance:0%;opacity:0;r:3}3%{opacity:.6}78%{offset-distance:100%;opacity:.6;r:3}82%,to{offset-distance:100%;opacity:0;r:7}}nav.site .nav-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;margin-left:-4px;background:transparent;border:1px solid var(--rule);border-radius:6px;cursor:pointer;color:var(--ink)}nav.site .nav-toggle span{position:relative;display:block;width:16px;height:1.6px;background:currentColor;transition:transform .25s ease,background .2s}nav.site .nav-toggle span:before,nav.site .nav-toggle span:after{content:"";position:absolute;left:0;width:16px;height:1.6px;background:currentColor;transition:transform .25s ease,top .25s ease}nav.site .nav-toggle span:before{top:-5px}nav.site .nav-toggle span:after{top:5px}nav.site .nav-toggle[aria-expanded=true] span{background:transparent}nav.site .nav-toggle[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}nav.site .nav-toggle[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}.nav-drawer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);border-bottom:0 solid var(--rule)}.nav-drawer{background:var(--paper)}.nav-drawer.is-open{grid-template-rows:1fr;border-bottom-width:1px}.nav-drawer>div{overflow:hidden}nav.site .nav-drawer ul{list-style:none;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:4px 26px 12px}nav.site .nav-drawer li{width:100%}nav.site .nav-drawer a{display:block;padding:13px 2px;text-decoration:none;color:var(--ink);font-size:16px;font-weight:500;border-top:1px solid var(--rule-soft)}.nav-drawer li:first-child a{border-top:0}.nav-drawer a .sub{color:var(--muted);font-size:13px;font-weight:400;margin-left:8px}@media(min-width:861px){.nav-drawer{display:none}}@media(max-width:860px){nav.site .nav-toggle{display:inline-flex}}.archive-item{transition:background .18s ease;padding-left:12px;padding-right:12px;margin:0 -12px}.archive-item:hover{background:var(--blue-tint)}.archive-item h2{text-wrap:balance}.prose p,.prose li{text-wrap:pretty}.prose h2,.prose h3,.note-head h1,.archive-head h1{text-wrap:balance}.prose figure img{background:var(--blue-tint)}.subscribe input[type=email]:focus-visible{outline:2px solid var(--paper);outline-offset:2px}.btn,.subscribe button,nav.site .nav-cta{transition:background .15s ease,color .15s ease,transform .15s ease}.btn:active,.subscribe button:active,nav.site .nav-cta:active{transform:translateY(1px)}
