*{margin:0;padding:0}:root{--padding:1.5rem;--color-black:#000;--color-white:#fff;--color-grey:#777;--color-light:#efefef;--color-text:var(--color-black);--color-text-grey:var(--color-grey);--color-background:var(--color-white);--color-code-light-grey:#cacbd1;--color-code-comment:#a9aaad;--color-code-white:#c5c9c6;--color-code-red:#d16464;--color-code-orange:#de935f;--color-code-yellow:#f0c674;--color-code-green:#a7bd68;--color-code-aqua:#8abeb7;--color-code-blue:#7e9abf;--color-code-purple:#b294bb;--font-family-sans:"Bilzig", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-mono:"Letter Gothic Std", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--font-kneehigh:"Trixie", var(--font-family-sans)}html{font-family:var(--font-family-sans);color:var(--color-text);background:var(--color-background);overflow-x:hidden}img{width:100%}body{padding:var(--padding);max-width:70rem;margin:0 auto}li{list-style:none}a{color:currentColor;text-decoration:none}button{font:inherit;color:currentColor;cursor:pointer;font-family:var(--font-family-mono);background:0 0;border:0}.btn{background:var(--color-white);color:var(--color-black);letter-spacing:.01em;border:1px solid var(--color-black);font-weight:600;line-height:1;font-family:var(--font-family-mono);border-radius:0;justify-content:center;align-items:center;padding:.6rem .9rem;text-decoration:none;transition:background .14s,color .14s,transform .14s;display:inline-flex}.btn:hover{background:var(--color-black);color:var(--color-white)}.btn:focus{outline:1px solid var(--color-black);outline-offset:2px}.btn--secondary{color:var(--color-black);border:1px solid var(--color-black);background:0 0}.choice-nav{align-items:center;gap:.5rem;margin:0;display:flex}.choice-next{margin:0}.choice-btn{padding-left:.65rem;padding-right:.65rem}strong,b{font-weight:600}small{font-size:inherit;color:var(--color-text-grey)}.bg-light{background-color:var(--color-light)}.color-grey{color:var(--color-text-grey)}.header{background:var(--color-background);z-index:10;flex-wrap:wrap;justify-content:space-between;margin-bottom:3rem;margin-left:-1rem;margin-right:-1rem;display:flex;position:sticky;top:0}.logo{font-family:var(--font-kneehigh);cursor:pointer;align-items:center;padding:1rem;font-size:1.5rem;font-weight:600;display:flex}.menu{display:flex}.menu a{padding:1rem;display:block}.menu a[aria-current]{text-decoration:underline}.social{padding:0 .5rem;display:flex}.social a{padding:1rem .5rem}.section{padding:3rem 0}.grid{--columns:12;--gutter:3rem;grid-gap:var(--gutter);grid-template-columns:1fr;display:grid}.grid>.column{margin-bottom:var(--gutter)}.autogrid{--gutter:3rem;--min:10rem;grid-gap:var(--gutter);grid-template-columns:repeat(auto-fit, minmax(var(--min), 1fr));grid-auto-flow:dense;display:grid}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-mono);font-size:inherit;font-weight:700;line-height:inherit;margin-bottom:.75rem}.text{line-height:1.8em}.text a{text-decoration:underline}.text :first-child{margin-top:0}.text :last-child{margin-bottom:0}.text p,.text ul,.text ol{margin-bottom:1.5rem;font-size:1.2rem}.text ul,.text ol{margin-left:1rem}.text ul p,.text ol p{margin-bottom:0}.text ul>li{list-style:outside}.text ol>li{list-style:decimal}.text ul ol,.text ul ul,.text ol ul,.text ol ol{margin-bottom:0}.text h1,.h1,.intro{font-family:var(--font-family-mono);margin-bottom:3rem;font-size:2rem;line-height:1.25em}.text h2,.h2{font-size:1.6rem;font-weight:900;font-family:var(--font-family-mono);margin-bottom:1.25rem;font-weight:700}.text h3,.h3{font-family:var(--font-family-body);margin-bottom:1.25rem;font-size:1.3rem;font-weight:700}.text .codeblock{display:grid}.text code{font-family:var(--font-family-mono);background:var(--color-light);color:var(--color-black);padding:0 .5rem;font-size:1em;display:inline-block}.text pre{background:var(--color-black);color:var(--color-white);margin:3rem 0;padding:1.5rem;line-height:1.5rem;overflow:scroll hidden}.text pre code{color:inherit;background:0 0;padding:0}.text hr{margin:6rem 0}.text dt{font-weight:600}.text blockquote{border-left:2px solid var(--color-black);max-width:25rem;font-size:1.25rem;line-height:1.325em;font-family:var(--font-family-mono);margin:3rem 0;padding-left:1rem}.text blockquote img{max-width:1.3rem}.text blockquote footer{font-size:.875rem;font-style:italic}.text blockquote footer a{text-decoration:none}.text figure{margin:3rem 0}.archive-card a{text-decoration:none}.text figcaption{color:var(--color-black);font-size:.875rem;font-family:var(--font-family-mono)}.text figure ul{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1.5rem;margin:0;line-height:0;display:grid}.text figure ul li{list-style:none}hr{background:currentColor;border:0;width:1.5rem;height:2px;margin:3rem auto}.align-center{text-align:center}.intro{max-width:40rem}.intro :not(:last-child){margin-bottom:1em}.cta{background:var(--color-black);color:var(--color-white);border:4px solid var(--color-white);outline:2px solid var(--color-black);justify-content:center;padding:.75rem 1.5rem;display:inline-flex}.box{background:var(--color-light);border:4px solid var(--color-white);outline:2px solid var(--color-light);padding:1.5rem}.video,.img{--w:1;--h:1;padding-bottom:calc(100% / var(--w) * var(--h));background:var(--color-black);display:block;position:relative}.img img,.video iframe{object-fit:cover;border:0;width:100%;height:100%;position:absolute;inset:0}.img[data-contain] img{object-fit:contain}.img-caption,.video-caption{line-height:1.5em;font-family:var(--font-family-mono);flex-direction:column;align-items:flex-start;padding-top:.75rem;display:flex}.img-caption__format{font-weight:600}.footer{padding:9rem 0 6rem;line-height:1.5em}.footer:before{content:"";background:var(--color-black);width:1.5rem;height:2px;margin-bottom:1.5rem;display:block}.footer h2{margin-bottom:.75rem;font-weight:600}.footer ul,.footer p{color:var(--color-text-grey)}.footer p{max-width:15rem}.footer a:hover{color:var(--color-text)}.map{--w:2;--h:1;padding-bottom:calc(100% / var(--w) * var(--h));background:var(--color-black);position:relative;overflow:hidden}.map iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.margin-s{margin-bottom:.75rem}.margin-m{margin-bottom:1.5rem}.margin-l{margin-bottom:3rem}.margin-xl{margin-bottom:4.5rem}.margin-xxl{margin-bottom:6rem}.album-gallery{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));align-items:start;gap:1.5rem;display:grid}.text ul.album-gallery{margin-left:0}.album-gallery .archive-card{background:0 0}.archive-card a{color:inherit;display:block}.img--gallery{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.img__thumb{--w:1;--h:1;padding-bottom:calc(100% / var(--w) * var(--h));background:var(--color-light);position:relative;overflow:hidden}.img__thumb img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.archive-embed__title{margin-top:.5rem;font-weight:900;display:block}.archive-embed__meta{color:var(--color-black);margin-top:.25rem;font-size:.9rem;font-weight:900;display:block}.archive-embed__desc{color:var(--color-black);margin-top:.5rem;font-size:.95rem}@media (width>=60rem){.album-gallery{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.img--gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (width>=60rem){body{--padding:3rem}.grid{grid-template-columns:repeat(12,1fr)}.grid>.column{grid-column:span var(--columns)}}.pagination{padding-top:6rem;display:flex}.pagination>span{color:var(--color-text-grey)}.pagination>*{text-align:center;border:2px solid;width:3rem;margin-right:1.5rem;padding:.5rem}.pagination>a:hover{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.note-excerpt header{margin-bottom:1.5rem}.note-excerpt figure{margin-bottom:.5rem}.note-excerpt-title{font-weight:600}.note-excerpt-date{color:var(--color-text-grey)}.album-gallery{columns:1;column-gap:1.5rem}.album-gallery li{break-inside:avoid;margin-bottom:1.5rem;display:block}.album-gallery figure{margin-bottom:1rem}@media screen and (width>=60rem){.album-gallery{columns:2}}.archive-gallery{gap:var(--spacing-6);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding:0;list-style:none;display:grid}.archive-gallery li{margin:0}.archive-gallery a{color:inherit;text-decoration:none;display:block}.archive-gallery img{width:100%;display:block}.archive-gallery__content{margin-top:.75rem}.note-excerpt.studio{isolation:isolate;background-color:#e2e6e9;margin-bottom:2rem;padding:2rem;position:relative}.note-excerpt.studio:before{content:"";background-image:var(--studio-texture);opacity:.2;z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.note-excerpt.studio h2{font-size:2rem;line-height:1.2em;font-family:var(--font-kneehigh);margin-bottom:1rem}.timeline-production-date{font-weight:600;font-family:var(--font-kneehigh);font-size:1.2rem}.timeline-production-title{font-weight:600;font-family:var(--font-family-mono);font-size:1.2rem}
