:root{--bg:#f9f9f7;--surface:#fff;--surface-muted:#f4f4f1;--ink:#1c1c1a;--muted:#6b6b67;--line:#e6e6e1;--accent:#0f5c4d;--accent-soft:#edf5f2;--shadow:0 1px 2px #0000000a;--radius-lg:20px;--radius-md:14px;--radius-sm:999px;--content-width:70rem;--article-header-width:62rem;--reading-width:46rem;--serif:Charter, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--sans:"Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);font-family:var(--sans);background:var(--bg);margin:0;line-height:1.7}a{color:inherit}img{max-width:100%}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.site-frame{min-height:100vh}.shell{width:min(calc(100% - 2rem), var(--content-width));margin:0 auto}.site-header{z-index:10;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f9f9f7eb;position:sticky;top:0}.site-header__inner,.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{flex-direction:column;gap:.05rem;text-decoration:none;display:inline-flex}.brand__eyebrow,.section__eyebrow,.hero__eyebrow,.page-intro__eyebrow,.article__eyebrow,.author-note__eyebrow,.hero__panel-label{letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-size:.74rem;font-weight:700}.brand__name{font-family:var(--serif);font-size:1.12rem;font-weight:700}.nav{flex-wrap:wrap;gap:.35rem;display:flex}.nav__link,.button-link{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;padding:.6rem .9rem;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.nav__link:hover,.button-link:hover{background:var(--surface-muted)}.nav__link--active,.button-link{border-color:var(--line);background:var(--surface)}.hero,.page-intro,.article,.section,.archive-list,.prose-panel{padding:2rem 0 0}.hero{grid-template-columns:minmax(0,1.95fr) minmax(20rem,.85fr);align-items:start;gap:1.75rem;padding-top:2.25rem;display:grid}.hero__copy,.hero__panel,.post-card,.author-note,.prose-panel,.archive-list__item,.article__header,.article__body{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero__copy{flex-direction:column;justify-content:flex-start;padding:1.7rem 1.9rem;display:flex}.hero__copy h1{font-size:clamp(2.1rem,4.15vw,3.15rem)}.hero__copy h1,.page-intro h1,.article__header h1{font-family:var(--serif);letter-spacing:-.035em;margin:.35rem 0 1rem;font-weight:700;line-height:1.06}.page-intro h1,.article__header h1{font-size:clamp(2.15rem,4.9vw,3.4rem)}.hero__lede,.page-intro p,.article__dek{color:var(--muted);max-width:58ch;margin:0;font-size:.98rem}.article__dek{max-width:100%}.hero__panel,.author-note{padding:1.5rem}.hero__panel{flex-direction:column;justify-content:flex-start;align-self:start;display:flex}.hero__panel-label--spaced{margin-top:1.4rem}.hero__topics,.article__topics,.post-card__topics{flex-wrap:wrap;gap:.5rem;display:flex}.hero__panel-text,.author-note p,.site-footer p,.topic-cloud__item span{color:var(--muted)}.section__heading{margin-bottom:1rem}.section__heading h2{font-family:var(--serif);margin:.25rem 0 0;font-size:clamp(1.7rem,4vw,2.35rem);line-height:1.1}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.post-card{padding:1.35rem}.post-card--featured{padding:1.8rem}.post-card__meta,.article__meta{color:var(--muted);flex-wrap:wrap;gap:.5rem;font-size:.9rem;display:flex}.post-card__title{font-family:var(--serif);margin:.55rem 0;font-size:clamp(1.35rem,3vw,2rem);font-weight:700;line-height:1.15}.post-card__title a,.archive-list__item a{text-decoration:none}.post-card__title a:hover,.archive-list__item a:hover{color:var(--accent)}.post-card__excerpt{color:var(--muted);margin:0 0 1rem}.topic-pill{border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);align-items:center;padding:.35rem .72rem;font-size:.8rem;font-weight:700;display:inline-flex}.section--split{grid-template-columns:minmax(0,1.35fr) minmax(18rem,1fr);gap:1rem;display:grid}.topic-cloud{gap:.8rem;display:grid}.topic-cloud__item,.archive-list__item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.archive-list{gap:.85rem;display:grid}.archive-list__item{align-items:flex-start;padding:1.15rem 1.35rem}.archive-list__item h2{font-family:var(--serif);margin:0;font-size:1.35rem;line-height:1.2}.archive-list__item p{color:var(--muted);margin:.35rem 0 0}.page-intro,.prose-panel{max-width:var(--reading-width)}.page-intro__search{margin-top:1.2rem}.prose-panel{padding:1.45rem 1.6rem}.search-form{gap:.65rem;margin-top:.75rem;display:flex}.search-form--wide{width:100%}.search-form__input{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--ink);font:inherit;border-radius:.95rem;flex:1;padding:.8rem .95rem}.search-form__input::placeholder{color:var(--muted)}.search-form__input:focus{outline-offset:1px;border-color:var(--accent);outline:2px solid #0f5c4d2e}.search-form__button,.pagination__link{border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1rem;text-decoration:none;display:inline-flex}.search-form__button:hover,.pagination__link:hover{background:var(--surface-muted)}.search-results{padding-top:2rem}.search-status,.search-empty,.pagination__meta{color:var(--muted)}.search-empty{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin:0;padding:1.15rem 1.35rem}.pagination{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0 0;display:flex}.pagination__links{gap:.7rem;display:flex}.pagination__link--disabled{color:var(--muted);background:var(--surface-muted);cursor:default}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.article{padding-top:2.5rem}.article__header,.article__body{margin-inline:auto;padding:1.8rem}.article__header{width:min(100%, var(--article-header-width))}.article__body{width:min(100%, var(--reading-width));font-family:var(--serif);margin-top:1rem;font-size:1.18rem;line-height:1.82}.article__body>:first-child{margin-top:0}.article__body h2,.article__body h3{font-family:var(--sans);letter-spacing:-.02em;margin-top:2.1rem;line-height:1.2}.article__body p,.article__body li{max-width:62ch}.article__body ul{padding-left:1.25rem}.article__body a{color:var(--accent);text-underline-offset:.14em;text-decoration-thickness:.08em}.article__body pre{border:1px solid var(--line);background:#f6f6f3;border-radius:1rem;padding:1rem;font-size:.9rem;overflow-x:auto}.article__body :not(pre)>code{border:1px solid var(--line);background:#f2f2ef;border-radius:.35rem;padding:.08rem .35rem;font-size:.9em}.site-footer{padding:2.5rem 0 2rem}.site-footer__inner{border-top:1px solid var(--line);text-align:center;justify-content:center;align-items:center}@media (width<=920px){.hero,.section--split,.post-grid{grid-template-columns:1fr}.pagination,.archive-list__item,.site-header__inner{flex-direction:column;align-items:flex-start}}@media (width<=640px){.shell{width:min(calc(100% - 1.25rem), var(--content-width))}.hero__copy,.hero__panel,.post-card,.article__header,.article__body,.prose-panel,.archive-list__item,.author-note{border-radius:1rem;padding:1.15rem}.hero{gap:1rem;padding-top:1.4rem}.search-form,.pagination__links{flex-direction:column;width:100%}.search-form__button,.pagination__link{width:100%}.hero__copy h1,.page-intro h1,.article__header h1{font-size:clamp(2rem,10vw,2.9rem)}.article__body{font-size:1.07rem;line-height:1.75}}
