@font-face{font-family:Fraunces;font-style:italic;font-weight:400 600;font-display:swap;src:url(/fonts/fraunces-italic-latinext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:italic;font-weight:400 600;font-display:swap;src:url(/fonts/fraunces-italic-latin.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:Fraunces;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/fraunces-roman-latinext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/fraunces-roman-latin.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{--serif: "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;--sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg: #faf6ef;--bg-soft: #f2ebdf;--ink: #221f1a;--muted: #756d63;--accent: #bf4d1a;--accent-ink: #a23f13;--accent-soft: #ecd9c4;--rule: #e6ddd996;--shadow: 0 1px 2px rgba(60, 40, 20, .05), 0 8px 24px rgba(60, 40, 20, .06);--max: 42rem}@media(prefers-color-scheme:dark){:root{--bg: #17140f;--bg-soft: #201b15;--ink: #ece5d8;--muted: #9d9284;--accent: #e88a4b;--accent-ink: #efa06b;--accent-soft: #3c2c1c;--rule: #342e2555;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 10px 30px rgba(0, 0, 0, .35)}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--serif);font-size:1.15rem;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}::selection{background:var(--accent-soft);color:var(--ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}main{flex:1 0 auto}.wrap{max-width:var(--max);margin:0 auto;padding:0 1.35rem}a{color:var(--accent-ink);text-decoration-color:var(--accent-soft);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{text-decoration-color:currentColor}.site-header{border-bottom:1px solid var(--rule);background:linear-gradient(var(--bg-soft),var(--bg))}.site-header .wrap{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-top:1.4rem;padding-bottom:1.4rem}.site-title{font-family:var(--serif);font-weight:700;font-size:1.4rem;letter-spacing:-.015em;color:var(--ink);text-decoration:none;position:relative}.site-title:after{content:"";position:absolute;left:0;right:0;bottom:-.28rem;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.site-title:hover:after{transform:scaleX(1)}.site-nav{font-family:var(--sans);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.site-nav a{color:var(--muted);text-decoration:none;margin-left:1.1rem;padding-bottom:.15rem;border-bottom:1.5px solid transparent;transition:color .15s ease,border-color .15s ease}.site-nav a:first-child{margin-left:0}.site-nav a:hover,.site-nav a[aria-current=true]{color:var(--accent-ink);border-color:var(--accent)}article{padding:3rem 0 4.5rem}.article-title{font-size:2.35rem;line-height:1.12;font-weight:700;letter-spacing:-.02em;margin:0 0 .7rem;text-wrap:balance}.article-meta{font-family:var(--sans);color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;margin:0 0 2.2rem;padding-bottom:1.4rem;border-bottom:1px solid var(--rule)}.article-meta a{color:var(--muted)}.prose{hyphens:auto}.prose>p{margin:0 0 1.15rem}.prose h2,.prose h3{font-weight:700;letter-spacing:-.01em;line-height:1.25}.prose h2{font-size:1.55rem;color:var(--accent-ink);margin:2.6rem 0 .7rem}.prose h2:before{content:"";display:block;width:2.2rem;height:3px;background:var(--accent);border-radius:2px;margin-bottom:.7rem;opacity:.85}.prose h3{font-size:1.22rem;margin:2rem 0 .5rem}.prose strong{font-weight:700;color:var(--ink)}.prose blockquote{margin:1.6rem 0;padding:.9rem 1.3rem;background:var(--bg-soft);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;color:var(--accent-ink);font-style:italic}.prose blockquote p{margin:.25rem 0}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin:0 0 .55rem}.prose li::marker{color:var(--accent)}.prose figure{margin:2.2rem 0;text-align:center}.prose img{max-width:100%;height:auto;border-radius:10px;box-shadow:var(--shadow)}.prose hr{border:none;height:1px;background:var(--rule);margin:2.4rem 0}.prose code{font-size:.9em;background:var(--bg-soft);padding:.1em .35em;border-radius:4px}.prose sup a{color:var(--accent-ink);font-weight:600;text-decoration:none;padding:0 .1em}.prose section[data-footnotes]{margin-top:3rem;padding-top:.5rem;border-top:1px solid var(--rule);font-size:.9rem;color:var(--muted)}.prose section[data-footnotes] a{color:var(--accent-ink)}.prose section[data-footnotes]>h2{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.prose section[data-footnotes] h2:before{display:none}.prose .footnotes li{margin:0 0 .5rem}.post-list{list-style:none;padding:0;margin:3rem 0 4.5rem}.post-list li{padding:1.6rem 0;border-bottom:1px solid var(--rule)}.post-list li:first-child{padding-top:.5rem}.post-list a{font-size:1.6rem;font-weight:700;line-height:1.2;letter-spacing:-.015em;text-decoration:none;color:var(--ink);text-wrap:balance}.post-list a:hover{color:var(--accent-ink)}.post-list .desc{color:var(--muted);margin:.35rem 0 0}.post-list time{display:block;margin-top:.55rem;font-family:var(--sans);color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.07em}.site-footer{flex-shrink:0;border-top:1px solid var(--rule);color:var(--muted);font-family:var(--sans);font-size:.82rem}.site-footer .wrap{padding:1.8rem 1.35rem 2.8rem}@media(max-width:40rem){body{font-size:1.08rem}.article-title{font-size:1.85rem}.post-list a{font-size:1.35rem}.site-title{font-size:1.25rem}}
