:root{color-scheme:light;--color-page:#f7f1e6;--color-surface:#fffaf2;--color-surface-muted:#efe3d2;--color-text:#25211d;--color-muted:#665b50;--color-rule:#dacbb8;--color-link:#8e3f23;--color-link-hover:#63301f;--color-accent:#1f6e68;--color-gold:#a57318;--color-footer-link-hover:#f0ca71;--font-heading:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-body:"Source Sans 3", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-utility:"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--width-page:72rem;--width-prose:42rem;--radius-card:8px;--shadow-subtle:0 16px 40px #43342314;--space-page:1.25rem}*,:before,:after{box-sizing:border-box}html{background:var(--color-page);color:var(--color-text);font-family:var(--font-body);text-size-adjust:100%}body{min-height:100vh;margin:0;font-size:1rem;line-height:1.65}body,button,input,textarea,select{font:inherit}img,picture,svg{max-width:100%;display:block}img{height:auto}figure,blockquote{margin:0}a{color:var(--color-link);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--color-link-hover)}:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}::selection{background:var(--color-accent);color:var(--color-surface)}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-family:var(--font-heading);letter-spacing:0;margin:0;font-weight:700;line-height:1.08}h1{font-size:2.75rem}h2{font-size:2.125rem}h3{font-size:1.625rem}p,ul,ol{margin:0}.skip-link{left:var(--space-page);z-index:10;border-radius:var(--radius-card);background:var(--color-text);color:var(--color-surface);padding:.75rem 1rem;text-decoration:none;position:absolute;top:1rem;transform:translateY(-150%)}.skip-link:focus-visible{transform:translateY(0)}.site-main{min-height:60vh}.site-section{padding:4rem var(--space-page)}.site-container{width:min(100%, var(--width-page));margin-inline:auto}.prose-width{width:min(100%, var(--width-prose))}.site-header{border-bottom:1px solid var(--color-rule);background:var(--color-surface)}.site-header__inner{width:min(100%, var(--width-page));padding:1rem var(--space-page);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;display:flex}.site-brand{min-width:0;color:var(--color-text);align-items:center;gap:.9rem;text-decoration:none;display:flex}.site-brand__logo{width:10.5rem;height:auto}.site-brand__tagline{color:var(--color-muted);font-size:.875rem;line-height:1.3}.site-nav__list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem;padding:0;list-style:none;display:flex}.site-nav__link{border-radius:var(--radius-card);min-height:44px;color:var(--color-text);align-items:center;padding:.5rem .8rem;text-decoration:none;display:flex}.site-nav__link:hover,.site-nav__link[aria-current=page]{background:var(--color-surface-muted);color:var(--color-link-hover)}.site-footer{border-top:1px solid var(--color-rule);background:var(--color-text);color:var(--color-surface)}.site-footer__inner{width:min(100%, var(--width-page));padding:2rem var(--space-page);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;display:flex}.site-footer a{color:var(--color-surface)}.site-footer a:hover{color:var(--color-footer-link-hover)}.site-footer__copyright{color:#fffaf2d1;font-size:.9375rem}.post-card{gap:1rem;display:grid}.post-card__image-link{border-radius:var(--radius-card);background:var(--color-surface-muted);display:block;overflow:hidden}.post-card__image-link img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .22s}.post-card__image-link:hover img{transform:scale(1.025)}.post-card__body{gap:.75rem;display:grid}.post-card__meta{color:var(--color-muted);font-family:var(--font-utility);flex-wrap:wrap;align-items:center;gap:.35rem .75rem;font-size:.875rem;display:flex}.post-card__title{font-size:1.625rem}.post-card__title a{color:var(--color-text);text-decoration:none}.post-card__title a:hover{color:var(--color-link)}.post-card__excerpt{color:var(--color-muted)}.post-card__category-list{flex-wrap:wrap;gap:.35rem;padding:0;list-style:none;display:flex}.post-card__category-link{color:var(--color-accent);font-size:.875rem;font-weight:700;text-decoration-color:#0000}.post-card__category-link:hover{color:var(--color-link-hover);text-decoration-color:currentColor}.author-card{border:1px solid var(--color-rule);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-subtle);grid-template-columns:6.5rem 1fr;align-items:center;gap:1.25rem;padding:1rem;display:grid}.author-card__photo img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%}.author-card__body{gap:.45rem;display:grid}.author-card__name{font-size:1.5rem}.author-card__bio{color:var(--color-muted)}.author-card__link{width:fit-content;font-weight:700}.featured-image{gap:.65rem;display:grid}.featured-image img{border-radius:var(--radius-card);background:var(--color-surface-muted);width:100%}.featured-image figcaption{color:var(--color-muted);font-size:.875rem;line-height:1.45}.portable-text{color:var(--color-text);font-size:1.0625rem}.portable-text>*+*{margin-top:1.2em}.portable-text :is(h2,h3,h4){margin-top:1.55em}.portable-text :is(ul,ol){padding-left:1.35rem}.portable-text li+li{margin-top:.4rem}.portable-text blockquote{border-left:4px solid var(--color-gold);color:var(--color-muted);font-family:var(--font-heading);padding-left:1rem;font-size:1.35rem;line-height:1.45}.portable-text code{background:var(--color-surface-muted);color:var(--color-text);border-radius:4px;padding:.1em .28em;font-size:.95em}@media (width<=48rem){:root{--space-page:1rem}h1{font-size:2.125rem}h2{font-size:1.75rem}h3,.post-card__title{font-size:1.375rem}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-nav__list{justify-content:flex-start}.site-brand__tagline{display:none}.author-card{grid-template-columns:5rem 1fr}}@media (width<=32rem){.site-brand__logo{width:8.75rem}.site-nav__link{padding-inline:.65rem}.author-card{grid-template-columns:1fr}.author-card__photo{width:5.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
