﻿*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f8f5f0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-blend-mode:soft-light;background-size:200px;color:#2c2825;font-family:"Source Serif 4",Georgia,serif;font-size:18px;line-height:1.7;margin:0;padding:0;font-feature-settings:"onum" 1,"pnum" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:640px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:"Fraunces",Georgia,serif;color:#2c2825;line-height:1.2;margin-top:1.8em;margin-bottom:.6em;font-weight:500;letter-spacing:-0.01em}h1{font-size:2.4em;font-weight:400;font-variation-settings:"SOFT" 50,"WONK" 1}h2{font-size:1.6em;font-weight:500;margin-top:2em}h2::before{content:"";display:block;width:2em;height:2px;background:#b4654a;margin-bottom:.8em;opacity:.6}h3{font-size:1.25em;font-weight:600}h4{font-size:1.1em;font-weight:600}h5,h6{font-size:.95em;text-transform:uppercase;letter-spacing:.08em;color:#9a918a}p{margin:0 0 1.4em 0}a{color:#b4654a;text-decoration:none;transition:all .2s ease;background-image:linear-gradient(to right, #b4654a 0%, #b4654a 100%);background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat}a:hover{background-size:100% 1px}.site-header{padding:30px 0 25px 0;margin-bottom:40px;border-bottom:1px solid #e8e2d9}.header-container{display:flex;justify-content:space-between;align-items:baseline}.site-title{font-family:"Fraunces",Georgia,serif;font-size:1.8em;font-weight:400;margin:0;letter-spacing:-0.02em}.site-title .title-grid{display:inline-grid;grid-template-columns:repeat(3, 0.9em);grid-template-rows:repeat(3, 0.9em);background:#2c2825;gap:1px;padding:1px;line-height:1;transition:background .15s ease}.site-title .title-grid span{display:flex;align-items:center;justify-content:center;font-size:.5em;background:#f8f5f0;color:#2c2825;transition:all .15s ease}.site-title .title-grid:hover{background:#b4654a}.site-title .title-grid:hover span{color:#b4654a}.site-nav{display:flex;gap:1.5rem}.site-nav .nav-link{font-family:"Source Serif 4",Georgia,serif;color:#9a918a;font-size:.9em;letter-spacing:.06em;text-transform:lowercase;font-variant:small-caps;background:none;padding-bottom:2px;border-bottom:1px solid rgba(0,0,0,0)}.site-nav .nav-link:hover{color:#2c2825;border-bottom:1px solid #b4654a;background:none}main{padding:0;min-height:60vh}.post-list{list-style:none;padding:0;margin:0}.post-list>li{margin-bottom:0}.post-list>li:not(:last-child){padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #e8e2d9}.post-meta{display:block;font-size:.8em;color:#9a918a;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5em;font-family:"Source Serif 4",Georgia,serif;font-variant-numeric:tabular-nums}article h1{margin-top:0;margin-bottom:.8em}article h1 a{color:#2c2825;background:none}article h1 a:hover{color:#b4654a}article h2{font-size:1.4em;margin-top:2.2em}article h3{font-size:1.15em;margin-top:1.8em}article>p:first-of-type{font-size:1.15em;line-height:1.65;color:#2c2825}main ul,main ol,.post-content ul,.post-content ol,article ul,article ol{padding-left:1.2em;margin:1.2em 0}main ul li,main ol li,.post-content ul li,.post-content ol li,article ul li,article ol li{margin-bottom:.5em;padding-left:.3em}main ul:not(.post-list),.post-content ul:not(.post-list),article ul:not(.post-list){list-style:none}main ul:not(.post-list)>li::before,.post-content ul:not(.post-list)>li::before,article ul:not(.post-list)>li::before{content:"–";color:#b4654a;display:inline-block;width:1em;margin-left:-1.2em}main img,.post-content img,article img{max-width:100%;border-radius:2px;margin:2em 0}main code,.post-content code,article code{font-family:"JetBrains Mono","SF Mono",monospace;font-size:.85em;background:#efe9e0;padding:.15em .4em;border-radius:3px;color:#2c2825}main pre,.post-content pre,article pre{background:#efe9e0;border-radius:3px;padding:1.2em 1.4em;overflow-x:auto;margin:1.8em 0;border-left:3px solid #b4654a;font-size:.9em;line-height:1.5}main pre code,.post-content pre code,article pre code{background:rgba(0,0,0,0);padding:0;font-size:.95em}main blockquote,.post-content blockquote,article blockquote{margin:2em 0;padding:0 0 0 1.5em;border-left:2px solid #b4654a;font-style:italic;color:rgb(85.5555555556,77.7777777778,71.9444444444)}main blockquote p,.post-content blockquote p,article blockquote p{margin-bottom:0}main blockquote cite,main blockquote em:last-child,.post-content blockquote cite,.post-content blockquote em:last-child,article blockquote cite,article blockquote em:last-child{display:block;margin-top:.8em;font-style:normal;font-size:.9em;color:#9a918a}main blockquote cite::before,main blockquote em:last-child::before,.post-content blockquote cite::before,.post-content blockquote em:last-child::before,article blockquote cite::before,article blockquote em:last-child::before{content:"— "}main hr,.post-content hr,article hr{border:none;text-align:center;margin:3em 0}main hr::before,.post-content hr::before,article hr::before{content:"· · ·";color:#9a918a;letter-spacing:.5em}main strong,.post-content strong,article strong{font-weight:600;color:#2c2825}.site-footer{border-top:1px solid #e8e2d9;margin-top:80px;padding:40px 0 60px 0;text-align:center}.site-footer p{font-size:.85em;color:#9a918a;letter-spacing:.05em;margin:0}.site-footer a{color:#9a918a}.site-footer a:hover{color:#b4654a}@media(max-width: 600px){body{font-size:17px;background-image:none}.site-header{padding:40px 0 30px 0}.site-title{font-size:1.5em}h1{font-size:1.9em}h2{font-size:1.4em}.header-container{flex-direction:row;align-items:center}.site-nav .nav-link{font-size:.85em}}::selection{background:rgba(180,101,74,.2);color:#2c2825}@media print{body{background:#fff;font-size:12pt}.site-header,.site-footer{display:none}}/*# sourceMappingURL=main.css.map */