@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap";:root{--paper:#fbf8f1;--paper-line:#ece5d6;--surface:#fff;--ink:#23201c;--ink-soft:#4f4840;--ink-muted:#6b6259;--rule:#d9d1c0;--accent:#9e1b1b;--accent-hover:#6f1212;--accent-soft:#fadcd9;--marker:#ffe27a;--note:#fff3b8;--font-body:"Nunito Sans", system-ui, sans-serif;--font-display:"Fraunces", Georgia, serif;--font-hand:"Caveat", cursive;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-card:0 2px 0 var(--rule);--shadow-lift:0 10px 24px #23201c1f;--max-wide:1140px;--max-prose:700px;--gutter:1.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:17px}body{font-family:var(--font-body);background-color:var(--paper);background-image:linear-gradient(var(--paper-line) 1px, transparent 1px), linear-gradient(90deg, var(--paper-line) 1px, transparent 1px);color:var(--ink);background-size:28px 28px;flex-direction:column;min-height:100vh;line-height:1.6;display:flex}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-underline-offset:3px;text-decoration:underline 1px}a:hover{color:var(--accent-hover)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:2px}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-weight:600;line-height:1.15}h1{font-size:clamp(2.1rem,4.5vw,3rem)}h2{font-size:clamp(1.5rem,2.6vw,1.9rem)}h3{font-size:1.2rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--max-wide);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:2.5rem .5rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.section-title{margin-bottom:1.1rem}.section-link{white-space:nowrap;font-size:.95rem;font-weight:700}.page-head{max-width:760px;padding-block:2.5rem 1.5rem}.page-head__kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.4rem;font-size:.8rem;font-weight:800}.page-head__lead{color:var(--ink-soft);margin-top:.75rem;font-size:1.1rem}.page-head--topic .page-head__kicker{color:var(--chip-fg)}.page-head--topic h1{background-image:linear-gradient(transparent 62%, var(--chip-bg) 62%);margin-inline:-.15em;padding-inline:.15em;display:inline}.page-head--topic .page-head__lead{display:block}.site-header{background:var(--surface);border-bottom:2px solid var(--ink);z-index:100;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;height:92px;display:flex}.site-header__logo img{width:auto;height:64px}.site-nav{align-items:center;gap:1.4rem;display:flex}.site-nav a{color:var(--ink);border-bottom:2px solid #0000;padding:.5rem 0;font-size:.95rem;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{border-bottom-color:var(--accent);color:var(--accent)}.nav-short{display:none}.site-nav__icon{color:var(--ink-muted);display:flex;border-bottom:none!important}.site-nav__icon:hover{color:#1877f2!important}.topic-nav{border-top:1px solid var(--rule);background:var(--surface)}.topic-nav__inner{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:.5rem;padding-block:.6rem;display:flex;overflow-x:auto}.topic-nav__inner::-webkit-scrollbar{display:none}.topic-chip{font-family:var(--font-body);background:var(--chip-bg,var(--accent-soft));color:var(--chip-fg,var(--accent));white-space:nowrap;border-radius:999px;padding:.42rem .75rem;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-block}a.topic-chip:hover{color:var(--chip-fg);box-shadow:0 2px 0 var(--chip-fg);transform:translateY(-1px)}.topic-chip--md{padding:.55rem 1rem;font-size:.9rem}.topic-chip--nav{flex-shrink:0;padding:.55rem .9rem;font-size:.85rem}.topic-chip--nav[aria-current=page]{box-shadow:0 0 0 2px var(--chip-fg)}.hero{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:3rem;padding-block:3.5rem 1rem;display:grid}.hero__title{max-width:14ch;font-size:clamp(2.3rem,5vw,3.6rem);line-height:1.08}.hl{background-color:#0000;background-image:linear-gradient(transparent 58%, var(--marker) 58%);color:inherit;padding-inline:.05em}.hero__lead{color:var(--ink-soft);max-width:34rem;margin-top:1.2rem;font-size:1.15rem}.hero__search{gap:.6rem;max-width:34rem;margin-top:1.5rem;display:flex}.hero__search input,.search-wrap input{min-width:0;height:52px;font:inherit;color:var(--ink);background:var(--surface);border:2px solid var(--ink);border-radius:var(--radius-md);flex:1;padding:0 1rem;font-size:1rem}.hero__search button{height:52px;font:inherit;color:#fff;background:var(--ink);border-radius:var(--radius-md);cursor:pointer;border:0;padding:0 1.5rem;font-weight:800}.hero__search button:hover{background:var(--accent)}.sticky-note{background:var(--note);margin-top:.75rem;padding:1.35rem 1.5rem 1.6rem;transform:rotate(2deg);box-shadow:0 6px 14px #23201c29}.sticky-note__item{color:var(--ink);flex-direction:column;gap:.45rem;text-decoration:none;display:flex}.sticky-note__item[hidden]{display:none}.sticky-note__item:hover .sticky-note__title{text-underline-offset:4px;text-decoration:underline}.sticky-note__label{letter-spacing:.08em;text-transform:uppercase;color:#6e4408;font-size:.78rem;font-weight:800}.sticky-note__title{font-family:var(--font-hand);font-size:2rem;font-weight:700;line-height:1.05}.sticky-note__text{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.topic-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;list-style:none;display:grid}.topic-card{background:var(--chip-bg);height:100%;color:var(--chip-fg);border-radius:var(--radius-md);justify-content:space-between;gap:.75rem;padding:1.15rem 1.25rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.topic-card:hover{color:var(--chip-fg);box-shadow:var(--shadow-lift);transform:translateY(-2px)}.topic-card__text{flex-direction:column;gap:.3rem;display:flex}.topic-card__name{font-size:1.15rem;font-weight:800;line-height:1.2}.topic-card__blurb{font-size:.9rem;line-height:1.4}.topic-card__count{font-family:var(--font-display);font-size:2.2rem;font-weight:600;line-height:1}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.paper-card,.post-card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.post-card{flex-direction:column;padding:.7rem .7rem 1.25rem;transition:transform .15s,box-shadow .15s;display:flex}.post-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.post-card[hidden]{display:none}.post-card__media{border-radius:var(--radius-sm);aspect-ratio:3/2;background:var(--paper-line);display:block;overflow:hidden}.post-card__media img{object-fit:cover;width:100%;height:100%}.post-card__placeholder{text-align:center;background:var(--chip-bg);width:100%;height:100%;color:var(--chip-fg);font-family:var(--font-hand);justify-content:center;align-items:center;padding:1.5rem;font-size:1.9rem;font-weight:700;line-height:1.05;display:flex}.post-card__body{flex-direction:column;flex:1;align-items:flex-start;gap:.55rem;padding:.9rem .5rem 0;display:flex}.post-card__title{font-size:1.28rem;line-height:1.2}.post-card__title a{color:var(--ink);text-decoration:none}.post-card__title a:hover{text-underline-offset:4px;text-decoration:underline}.post-card__excerpt{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.post-card__meta{color:var(--ink-muted);gap:.5rem;margin-top:auto;padding-top:.4rem;font-size:.82rem;display:flex}.post-filter{flex-direction:column;gap:.9rem;margin-bottom:1.75rem;display:flex}.search-wrap{max-width:30rem;position:relative}.search-wrap input{width:100%;padding-left:2.6rem}.search-wrap__icon{color:var(--ink-muted);pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.post-filter__topics{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{font:inherit;border:2px solid var(--chip-bg,var(--rule));background:var(--chip-bg,var(--surface));color:var(--chip-fg,var(--ink));cursor:pointer;opacity:.72;border-radius:999px;padding:.5rem .9rem;font-size:.85rem;font-weight:800}.filter-btn:hover{opacity:1}.filter-btn.is-active{opacity:1;border-color:var(--chip-fg,var(--ink))}.filter-btn[data-topic=all]{--chip-bg:var(--surface);--chip-fg:var(--ink)}.filter-btn[data-topic=all].is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.post-filter__count{color:var(--ink-muted);min-height:1.2em;font-size:.85rem}.no-results{text-align:center;color:var(--ink-soft);padding:3rem 1rem;display:none}.no-results.is-visible{display:block}.breadcrumbs{color:var(--ink-muted);gap:.5rem;padding-top:1.5rem;font-size:.88rem;display:flex}.breadcrumbs a{color:var(--ink-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--accent);text-decoration:underline}.post{max-width:calc(var(--max-prose) + 2 * 2.5rem);background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-md);box-shadow:var(--shadow-card);margin-top:1rem;padding:.5rem 2.5rem 2.5rem}.post__header{border-bottom:2px solid var(--ink);flex-direction:column;align-items:flex-start;gap:.9rem;margin-bottom:1.75rem;padding-block:1.5rem 1.75rem;display:flex}.post__title{font-size:clamp(2rem,4.5vw,2.8rem)}.post__meta{color:var(--ink-muted);flex-wrap:wrap;gap:.5rem;font-size:.9rem;display:flex}.prose{font-size:1.05rem;line-height:1.75}.prose>*+*{margin-top:1.1em}.prose h2{margin-top:2em;font-size:1.6rem}.prose h3{margin-top:1.6em;font-size:1.25rem}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.35em}.prose img{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--rule);margin-inline:auto;padding:.4rem}.prose .img-credit{color:var(--ink-muted);text-align:center;margin-top:-.4em;font-size:.8rem}.prose .img-credit a{color:var(--ink-muted)}.prose blockquote{border-left:4px solid var(--marker);color:var(--ink-soft);padding:.25rem 1rem;font-style:italic}.prose iframe{max-width:100%}.prose pre{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-md);padding:1rem;font-size:.85rem;overflow-x:auto}.prose code{background:var(--surface);border-radius:var(--radius-sm);padding:.1em .35em;font-size:.9em}.prose pre code{background:0 0;padding:0}.prose table{border-collapse:collapse;width:100%;font-size:.95rem}.prose th,.prose td{border:1px solid var(--rule);text-align:left;padding:.5rem .7rem}.post-nav{max-width:calc(var(--max-prose) + 2 * 2.5rem);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:3rem;display:grid}.post-nav__link{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-md);box-shadow:var(--shadow-card);color:var(--ink);flex-direction:column;gap:.25rem;padding:1rem 1.1rem;text-decoration:none;display:flex}.post-nav__link span{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-size:.78rem;font-weight:800}.post-nav__link strong{font-family:var(--font-display);font-size:1.05rem;font-weight:600;line-height:1.25}.post-nav__link--next{text-align:right;align-items:flex-end}.post-nav__link:hover{border-color:var(--ink)}.related{padding-top:3rem}.other-topics{padding-block:3rem 1rem}.other-topics ul{flex-wrap:wrap;gap:.6rem;list-style:none;display:flex}.about{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:3rem;padding-block:2.5rem 1rem;display:grid}.about__photo-wrap{position:sticky;top:calc(140px + 1.5rem);transform:rotate(-1.5deg)}.about__photo{background:var(--surface);border:1px solid var(--rule);width:100%;padding:.6rem .6rem 0;box-shadow:0 8px 20px #23201c24}.about__caption{background:var(--surface);border:1px solid var(--rule);font-family:var(--font-hand);text-align:center;color:var(--ink-soft);border-top:0;padding:.6rem .8rem .8rem;font-size:1.4rem;line-height:1;box-shadow:0 8px 20px #23201c24}.about__text h1{margin-bottom:1.2rem}.author-card{grid-template-columns:160px minmax(0,1fr);align-items:center;gap:1.75rem;max-width:820px;padding:1.5rem;display:grid}.author-card__photo{object-fit:cover;border:4px solid var(--marker);border-radius:50%;width:160px;height:160px}.author-card__body{flex-direction:column;align-items:flex-start;gap:.4rem;display:flex}.author-card__name{font-size:1.5rem}.author-card__text{color:var(--ink-soft);font-size:.98rem;line-height:1.55}.author-card__link{margin-top:.3rem;font-weight:700}.post__author{color:inherit}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:760px;display:grid}.contact-card{color:var(--ink);flex-direction:column;gap:.6rem;padding:1.75rem;display:flex}.contact-card svg{color:var(--accent);margin-bottom:.4rem}.contact-card h2{font-size:1.4rem}.contact-card p{color:var(--ink-soft);flex:1}.contact-card__link{overflow-wrap:anywhere;font-weight:700}.comments-section{max-width:calc(var(--max-prose) + 2 * 2.5rem);border-top:1px solid var(--rule);margin-top:3rem;padding-top:2rem}.comments-title{margin-bottom:1rem}.comments-count,.comments-loading,.comments-empty{color:var(--ink-muted);margin-bottom:1rem;font-size:.9rem}.comments-list{flex-direction:column;gap:1rem;display:flex}.comment{align-items:flex-start;gap:.85rem;display:flex}.comment__avatar{background:var(--accent-soft);width:2.25rem;height:2.25rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:flex}.comment__body{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-md);flex:1;padding:.75rem 1rem}.comment__meta{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.3rem;display:flex}.comment__author{font-size:.88rem;font-weight:800}.comment__date{color:var(--ink-muted);font-size:.78rem}.comment__content{font-size:.95rem;line-height:1.6}.comments-replies{border-left:2px solid var(--rule);flex-direction:column;gap:.75rem;margin-left:3.1rem;padding-left:1rem;display:flex}.comment--reply .comment__avatar{width:1.85rem;height:1.85rem;font-size:.65rem}.site-footer{background:var(--ink);color:#c9c0b3;margin-top:4rem;font-size:.9rem}.site-footer__inner{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-block:2.75rem 2rem;display:grid}.site-footer__title{font-family:var(--font-display);color:#fff;margin-bottom:.6rem;font-size:1.15rem;font-weight:600}.site-footer__about p:last-child{max-width:34rem;line-height:1.55}.site-footer ul{flex-direction:column;gap:.35rem;list-style:none;display:flex}.site-footer a{color:#c9c0b3;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.site-footer__bottom{border-top:1px solid #ffffff1f;padding-block:1rem;font-size:.82rem}@media (width<=860px){.hero{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem}.sticky-note{max-width:360px;transform:rotate(-1.5deg)}.about{grid-template-columns:1fr;gap:2rem}.about__photo-wrap{max-width:420px;position:static}.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__about{grid-column:span 2}}@media (width<=600px){html{font-size:16px}.site-header__inner{height:72px}.site-header__logo img{height:48px}.site-nav{gap:.9rem}.site-nav a{white-space:nowrap;font-size:.88rem}.nav-long{display:none}.nav-short{display:inline}.post{padding-inline:1.1rem}.author-card{grid-template-columns:1fr;justify-items:start}.author-card__photo{width:120px;height:120px}.hero__search{flex-direction:column}.hero__search button{width:100%}.posts-grid{grid-template-columns:1fr}.post-nav__link--next{text-align:left;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
