:root{--bg: #ffffff;--text: #222222;--text-soft: #222222;--text-muted: #8a8a85;--accent: #b4441f;--accent-hover: #7f2f14;--rule: #e8e6e2;--selection-bg: #f4d9cc}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Newsreader,Georgia,Times New Roman,serif;font-size:1.2rem;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--selection-bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--text);color:var(--bg);padding:.5rem 1rem;font-size:.85rem;text-decoration:none;z-index:10}.skip-link:focus{top:.5rem}.page{max-width:39rem;margin:0 auto;padding:clamp(3.5rem,9vw,6rem) clamp(1.5rem,6vw,2rem) 4rem}a{color:var(--accent);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--accent) 35%,transparent);transition:color .15s ease,border-color .15s ease}a:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}strong{font-weight:600}.intro{margin-bottom:3rem}.name{font-size:clamp(2.1rem,5vw,2.6rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem}.intro .block-title{margin-top:1.6rem}.intro p{color:var(--text-soft);margin-bottom:1.1rem}.intro p:last-of-type{margin-bottom:0}.block{margin-top:2.75rem}.block-title{font-family:Newsreader,Georgia,serif;font-size:1.55rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--text);margin-bottom:.9rem}.list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.item{display:flex;flex-direction:column;gap:.2rem}.item-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem}.item-title{font-size:1.0625rem;font-weight:600;color:var(--text);line-height:1.4}a.item-title{border-bottom-color:transparent}a.item-title:hover{color:var(--accent)}.item-authors{font-size:.9375rem;line-height:1.45;color:var(--text-soft);margin-top:.15rem}.item-authors .me{font-weight:600}.item-meta{font-family:Newsreader,Georgia,serif;font-size:.75rem;letter-spacing:.02em;color:var(--text-muted);margin-top:.1rem}.item-desc{color:var(--text-soft);font-size:.9375rem;line-height:1.6}.item-links{display:flex;gap:.9rem;margin-top:.15rem;font-family:Newsreader,Georgia,serif;font-size:.75rem;letter-spacing:.02em}.line-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.line{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:.5rem 1rem;align-items:baseline}.line-date{font-family:Newsreader,Georgia,serif;font-size:.75rem;letter-spacing:.02em;color:var(--text-muted);padding-top:.1rem}.line-text{color:var(--text-soft);font-size:.9375rem;line-height:1.55}@media(max-width:480px){.line{grid-template-columns:1fr;gap:.15rem}}.contact{margin-top:3.75rem;padding-top:1.5rem;border-top:1px solid var(--rule);display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-family:Newsreader,Georgia,serif;font-size:.8125rem;letter-spacing:.02em}.contact a{border-bottom-color:transparent;color:var(--text-soft)}.contact a:hover{color:var(--accent)}.colophon{margin-top:2rem;font-family:Newsreader,Georgia,serif;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.page>*{opacity:0;animation:rise .6s cubic-bezier(.22,1,.36,1) forwards}.page>*:nth-child(1){animation-delay:.02s}.page>*:nth-child(2){animation-delay:.1s}.page>*:nth-child(3){animation-delay:.18s}.page>*:nth-child(4){animation-delay:.26s}.page>*:nth-child(5){animation-delay:.34s}.page>*:nth-child(6){animation-delay:.42s}.page>*:nth-child(7){animation-delay:.5s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.page>*{opacity:1;animation:none}*{transition-duration:.01ms!important}}
